Registry / auth / symfony-security-acl

symfony-security-acl

JSON →
library3.4.0phppackagistunverified

Symfony Security Component - ACL (Access Control List)

composer require symfony/security-acl
INSTALL
IMPORT
SIG · SYMFONY-SECURITY-A
S
symfony-security-acl
authphpv3.4.0
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 Symfony\Component\Security\Acl\Domain\Acl;

Create an ACL for a domain object with a given identifier.

use Symfony\Component\Security\Acl\Domain\Acl; use Symfony\Component\Security\Acl\Domain\ObjectIdentity; $oid = new ObjectIdentity('123', 'MyEntity'); $acl = new Acl(1, $oid, true, []);
Debug
Known issues
breakingDeprecated in Symfony 5.x and removed in Symfony 6.x
fix
Use Symfony's built-in authorization checker or Voters instead
affects: >=3.4.0
Upgrade
Version history
3.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
symfony-security-acl — pip install symfony-security-acl · libregistry