PHP Package: laminas/laminas-permissions-acl

Laminas Permissions ACL is a PHP library for access control lists with fine-grained permissions management and flexibility.

Current Version: 2.17.0
Last Updated: 2024-11-25
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies: None

Package Description

Laminas Permissions ACL is a robust PHP library designed for managing access control lists efficiently. It offers a flexible and extensible solution for implementing fine-grained permission control in web applications, ensuring security and scalability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.17.0

Download Download v2.17.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/laminas/laminas-permissions-acl/2.17.0/loader.php';
use Laminas\Permissions\Acl\Acl;

$obj = new Acl();
echo '✅ Test OK: ' . get_class($obj);
?>

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

Community Discussion

Ask questions, share tips, or report issues below.