mint-soft/authorize

Zend Framework 2 module for Authorized access to system resources

0.5 2014-12-30 08:09 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:22:28 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

Master Branch Build 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