PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roni   EZ PHP RBAC   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EZ PHP RBAC
Manages the accesses features by users and roles
Author: By
Last change:
Date: 2 years ago
Size: 726 bytes
 

Contents

Class file image Download
{ "name": "xiidea/ezrbac", "homepage": "http://xiidea.github.io/ezRbac", "type": "codeigniter-third-party", "description": "A simple yet easy to implement Role Based Access Control Library for Codeigniter", "keywords": ["Role Based Access Control", "Codeigniter"], "license": "MIT", "authors": [ { "name": "Roni Saha", "email": "roni.cse@gmail.com", "homepage": "http://xiidea.github.io" } ], "require": { "php": ">=5.3.0", "composer/installers": "*" }, "minimum-stability": "dev", "extra": { "installer-name": "ezRbac", "branch-alias": { "dev-master": "1.3.x-dev" } } }