There is no license information available for the latest version (1.0.0) of this package.
A PHP Acl
1.0.0
2017-08-07 14:58 UTC
This package is not auto-updated.
Last update: 2025-01-28 21:37:21 UTC
README
BobbyFramework\Acl provides an easy and lightweight management of ACLs as well as the permissions attached to them.
Access Control Lists (ACL) allow an application to control access to its areas and the underlying objects from requests.
You are encouraged to read more about the ACL methodology so as to be familiar with its concepts.
Install
Using composer
Requirement
- php > 5.4
Contributing
View file CONTRIBUTING.md
Valide file .gitlab-ci.yml : https://gitlab.pic.s1.p.fti.net/ci/lin or https://gitlab.com/orobardet/gitlab-ci-linter
Tests are located in tests/ and use Phpunit. Test classes should follow the PSR-2 coding style guide.