mezzio / mezzio-authorization-acl
laminas-permissions-acl adapter for mezzio-authorization
Fund package maintenance!
Community Bridge
Installs: 40 535
Dependents: 4
Suggesters: 1
Security: 0
Stars: 5
Watchers: 12
Forks: 8
Open Issues: 4
pkg:composer/mezzio/mezzio-authorization-acl
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- laminas/laminas-permissions-acl: ^2.9
- mezzio/mezzio-authorization: ^1.2
- mezzio/mezzio-router: ^3.8 || ^4.0
- psr/container: ^1.0 || ^2.0
- psr/http-message: ^1.0.1 || ^2.0.0
Requires (Dev)
- laminas/laminas-coding-standard: ~3.1.0
- laminas/laminas-servicemanager: ^4.4.0
- phpunit/phpunit: ^11.5.42
- psalm/plugin-phpunit: ^0.19.5
- vimeo/psalm: ^6.13.1
Conflicts
- 1.14.x-dev
- 1.13.x-dev
- 1.13.0
- 1.12.x-dev
- 1.12.0
- 1.11.x-dev
- 1.11.0
- 1.10.x-dev
- 1.10.0
- 1.9.x-dev
- 1.9.0
- 1.8.x-dev
- 1.8.0
- 1.7.x-dev
- 1.7.0
- 1.6.x-dev
- 1.6.0
- 1.5.x-dev
- 1.5.0
- 1.4.x-dev
- 1.4.0
- 1.3.x-dev
- 1.3.0
- 1.2.x-dev
- 1.2.0
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
- dev-renovate/phpunit-phpunit-12.x
This package is auto-updated.
Last update: 2025-10-15 13:31:01 UTC
README
This component provides Access Control List (ACL) authorization abstraction for the mezzio-authorization library.
Installation
Run the following to install this library:
$ composer require mezzio/mezzio-authorization-acl
Documentation
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.