lm-commons / lmc-rbac-mezzio
Role-Base Access Control for Mezzio
1.0.0
2026-04-22 18:02 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- laminas/laminas-diactoros: ^3.1
- laminas/laminas-eventmanager: ^3.14
- lm-commons/lmc-rbac: ^2.2
- mezzio/mezzio-authentication: ^1.11
- mezzio/mezzio-router: ^3.7 || ^4.0
- mezzio/mezzio-template: ^2.2 || ^3.0
- psr/container: ^1.1.2 || ^2.0
Requires (Dev)
- dg/bypass-finals: ^1.9
- laminas/laminas-coding-standard: ^3.1
- phpunit/phpunit: ^12.5.22
- psalm/plugin-phpunit: ^0.19.5
- vimeo/psalm: ^6.16
This package is auto-updated.
Last update: 2026-04-22 18:14:16 UTC
README
This components provides guard middleware and RBAC based service for Mezzio applications
Requirements
- PHP 8.3 or higher
Installation
You can install the LMC RBAC Mezzio library with composer:
$ php composer.phar require lm-commons/lmc-rbac-mezzio
Documentation
Browse the documentation online at LM-Commons.