Registry / auth / zendframework-zend-permissions-acl

zendframework-zend-permissions-acl

JSON →
library2.7.1phppackagistunverified

Provides a lightweight and flexible access control list (ACL) implementation for privileges management.

composer require zendframework/zend-permissions-acl
INSTALL
IMPORT
SIG · ZENDFRAMEWORK-ZEND
Z
zendframework-zend-permissions-acl
authphpv2.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Acl
use Zend\Permissions\Acl\Acl;

Set up a basic ACL with a role and resource.

use Zend\Permissions\Acl\Acl; $acl = new Acl(); $acl->addRole('guest') ->addResource('page') ->allow('guest', 'page', 'view');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources
zendframework-zend-permissions-acl — pip install zendframework-zend-permissions-acl · libregistry