项目作者: zendframework

项目描述 :
Authorization middleware for PSR-7 applications and Expressive
高级语言: PHP
项目地址: git://github.com/zendframework/zend-expressive-authorization.git
创建时间: 2017-09-28T13:23:45Z
项目社区:https://github.com/zendframework/zend-expressive-authorization

开源协议:Other

下载


Expressive Authorization middleware

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-authorization.

Build Status
Coverage Status

Zend-expressive-authorization provides middleware for Expressive
and PSR-7 applications for authorizing
specific routes based on ACL
or RBAC systems.

Installation

You can install the zend-expressive-authorization library with
Composer:

  1. $ composer require zendframework/zend-expressive-authorization

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

  1. $ mkdocs build

You may also browse the documentation online.