lm-commons / lmc-rbac-mezzio
Role-Base Access Control for Mezzio
1.0.0-beta.2
2026-01-22 23:03 UTC
Requires
- php: ~8.2.0 || ~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
- mezzio/mezzio-template: ^2.1
- psr/container: ^1.1
Requires (Dev)
- laminas/laminas-coding-standard: ^3.1
- phpunit/phpunit: ^11.5 || ^12.3
- psalm/plugin-phpunit: ^0.19.5
- vimeo/psalm: ^6.14
This package is auto-updated.
Last update: 2026-03-14 10:06:06 UTC
README
This components provides guard middleware and RBAC based service for Mezzio applications
Requirements
- PHP 8.2 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.