Download the PHP package bobby-framework/acl without Composer
On this page you can find all versions of the php package bobby-framework/acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package acl
Access Control List (ACL)
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.