zendframework / zend-expressive-authorization-rbac
Description of project goes here
Installs: 18 974
Dependents: 1
Suggesters: 1
Security: 0
Stars: 14
Watchers: 18
Forks: 7
Open Issues: 0
Requires
- php: ^7.1
- psr/container: ^1.0
- psr/http-message: ^1.0.1
- zendframework/zend-expressive-authorization: ^1.0
- zendframework/zend-expressive-router: ^3.0
- zendframework/zend-permissions-rbac: ^2.5.1 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^7.0.2
- roave/security-advisories: dev-master
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-servicemanager: ^3.3
Conflicts
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-authorization-rbac.
This library provides a zend-rbac adapter for zend-expressive-authorization.
Installation
Run the following to install this library:
$ composer require zendframework/zend-expressive-authorization-rbac
Documentation
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.