2lenet / credential-bundle
The 2LE's Credential Bundle.
Package info
github.com/2lenet/CredentialBundle
Type:symfony-bundle
pkg:composer/2lenet/credential-bundle
3.1.0
2026-06-17 14:49 UTC
Requires
- php: ^8.4
- doctrine/doctrine-bundle: ^2.0 || ^3.0
- doctrine/orm: ^2.15 || ^3.0
- doctrine/persistence: ^2.0 || ^3.0 || ^4.0
- symfony/console: ^7.0 || ^8.0
- symfony/form: ^7.0 || ^8.0
- symfony/framework-bundle: ^7.0 || ^8.0
- symfony/http-client: ^7.0 || ^8.0
- symfony/http-kernel: ^7.0 || ^8.0
- symfony/security-bundle: ^7.0 || ^8.0
- symfony/serializer: ^7.0 || ^8.0
- symfony/translation: ^7.0 || ^8.0
- symfony/validator: ^7.0 || ^8.0
Requires (Dev)
- ergebnis/phpstan-rules: ^2.1
- phpstan/phpstan: ^2.0
- phpstan/phpstan-deprecation-rules: 2.0
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-mockery: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^10.3
- slevomat/coding-standard: ^8.13
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2026-06-17 14:51:40 UTC
README
This bundle provides an easy credential manager to handle complex applications.
Its purpose is to facilitate the association between user groups and roles.
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
Translations
The bundle ships with translations for the following locales: fr, en, de.
To use a different locale, override the keys in your own translation file under the CredentialBundle domain.
