lm-commons / lmc-rbac-mezzio
Role-Base Access Control for Mezzio
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 2
pkg:composer/lm-commons/lmc-rbac-mezzio
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
Requires (Dev)
- laminas/laminas-coding-standard: ^3.1
- phpunit/phpunit: ^11.5 || ^12.3
- psalm/plugin-phpunit: ^0.19
- vimeo/psalm: ^6.13
This package is auto-updated.
Last update: 2025-11-28 15:52:15 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.