lm-commons / lmc-rbac-role-provider-doctrine-orm
Doctrine ORM based Role Provider for LmcRbac
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 2
pkg:composer/lm-commons/lmc-rbac-role-provider-doctrine-orm
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- doctrine/persistence: ^3.0 || ^4.0
- lm-commons/lmc-rbac: ^2.3
Requires (Dev)
- doctrine/orm: ^3.5.8
- laminas/laminas-coding-standard: ^3.1
- phpunit/phpunit: ^11.5.42
- psalm/plugin-phpunit: ^0.19.5
- symfony/cache: ^7.0 || ^8.0
- vimeo/psalm: ^6.13
This package is auto-updated.
Last update: 2025-12-11 14:14:34 UTC
README
Doctrine ORM Role Provider for LmcRbac.
Requirements
- PHP 8.2 or higher
- LmcRbac 2.0 or higher
- Doctrine ORM 3.0 or higher
Installation
LmcRbacRoleProviderDoctrineORM only officially supports installation through Composer.
Install the package:
$ php composer.phar require lm-commons/lmc-rbac-role-provider-doctrine-orm
Enable the module by adding LmcRbac key to your application.config.php file.
Customize the module by copy-pasting the config.global.php file to your
config/autoload folder.
You can also find some Doctrine entities in the /data folder that will help you to more quickly take advantage of LmcRbac.
Documentation
Documentation can be found in the LmcRbac documentation
Support
- File issues at on github.
- Ask questions on the LM-Commons Discord.