PHP Package: symfony/security-acl

Symfony Security ACL is a powerful PHP library for access control list management in web applications, providing fine-grained permissions and security features.

Current Version: 3.3.3
Last Updated: 2023-12-04
PHP Requirement: >=7.1
Dependencies: symfony/security-core, symfony/security-http
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony Security ACL is a robust PHP library that enables developers to implement access control lists with ease, ensuring secure user authorization and permission management. It integrates seamlessly with Symfony framework, offering extensive functionalities for defining user roles, permissions, and access levels.

🔗 View on GitHub

Download Latest Version: 3.3.3

Download Download v3.3.3

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/symfony/security-acl/3.3.3/autoload.php';

use Symfony\Component\Security\Acl\Acl;
use Symfony\Component\Security\Acl\Permission\MaskBuilder;


$obj = new Symfony\Component\Security\Acl\Acl();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.