PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Samuel Adeshina   PHP ACL Library   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP ACL Library
Manage permission access control lists
Author: By
Last change: Update composer.json
Update composer.json
Date: 1 month ago
Size: 632 bytes
 

Contents

Class file image Download
{ "name": "samshal/acl", "description": "This package provides a lightweight and flexible access control list for privileges and permission management.", "type": "library", "license": "MIT", "authors": [ { "name": "Samshal", "email": "[email protected]" }, { "name": "Fearless359", "email": "[email protected]" } ], "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload":{ "psr-4":{ "Samshal\\Acl\\":"./src", "Samshal\\Acl\\Test\\": "./tests" } } }