mint-soft / authorize
Zend Framework 2 module for Authorized access to system resources
Installs: 1 231
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- doctrine/annotations: >=1.1
- zendframework/zend-authentication: >= 2.3
- zendframework/zend-cache: >= 2.3
- zendframework/zend-code: >= 2.3
- zendframework/zend-config: >= 2.3
- zendframework/zend-form: >= 2.3
- zendframework/zend-http: >= 2.3
- zendframework/zend-log: >= 2.3
- zendframework/zend-modulemanager: >= 2.3
- zendframework/zend-mvc: >= 2.3
- zendframework/zend-permissions-rbac: >= 2.3
- zendframework/zend-serializer: >= 2.3
- zendframework/zend-test: >= 2.3
- zendframework/zend-view: >= 2.3
This package is not auto-updated.
Last update: 2025-03-25 05:27:13 UTC
README
- your application is based on users?
- would you like to expose or hide some functionality for different users in the system?
- potential user can have one or more roles and/or permissions?
If you answered YES, then this module is for you, This, what you looking is commonly known as RBAC (role based access control).
MintSoft Authorize module is based on RBAC approach, which restricting system access to authorized users. This module will let you easy manage access to your system resources based on logged user ROLES and/or PERMISSIONS .
Status
Installation
Installation of MintSoft/Authorize uses composer. For composer documentation, please refer to getcomposer.org.
php composer.phar require mint-soft/authorize:dev-master
Then add MintSoft\Authorize
to your config/application.config.php