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

1.0.0 2025-12-11 14:09 UTC

This package is auto-updated.

Last update: 2025-12-11 14:14:34 UTC


README

Build Version Total Downloads License

Dynamic JSON Badge

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