2lenet/credential-bundle

The 2LE's Credential Bundle.

Installs: 25 794

Dependents: 3

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Open Issues: 2

Type:symfony-bundle

pkg:composer/2lenet/credential-bundle

3.0.2 2025-12-09 09:00 UTC

README

PHPStan status PHPUnit status PHPCS status

This bundle provides an easy credential manager to handle complex applications.

Its purpose is to facilitate the association between user groups and roles.

img.png

Installation

composer require 2lenet/credential-bundle

Setting up

Configure the config/routes/credential.yaml file:

credential:
    resource: '@LleCredentialBundle/Resources/config/routes.yaml'

Next, generate the migration:

php bin/console make:migration

Check that the changes are correct and execute them:

php bin/console doctrine:migrations:migrate