Download the PHP package szonov/dot-acl without Composer
On this page you can find all versions of the php package szonov/dot-acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download szonov/dot-acl
More information about szonov/dot-acl
Files in szonov/dot-acl
Download szonov/dot-acl
More information about szonov/dot-acl
Files in szonov/dot-acl
Vendor szonov
Package dot-acl
Short Description Simple ACL library for actions in dot notation
License MIT
Package dot-acl
Short Description Simple ACL library for actions in dot notation
License MIT
Please rate this library. Is it a good library?
Informations about the package dot-acl
dot-acl
Simple Acl library for actions in "dot" notation, i.e. action is presents as 'resource.access'
You can add acl rules using wildcard '*" instead of resource or access,
Valid examples:
Also, you can use '!' mark before action name for reverse access, i.e.
It is useful when you store all acl rules in single array and process
it by only $acl->allow
or $acl->deny
function.
Usage Example
All versions of dot-acl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package szonov/dot-acl contains the following files
Loading the files please wait ....