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.

auth
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
petalbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
amazonbot
1
Resources