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
Requires
- php: ^8.4
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.15 || ^3.0
- doctrine/persistence: ^2.0 || ^3.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
- symfony/var-exporter: ^7.0
Requires (Dev)
- ergebnis/phpstan-rules: ^2.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpstan/phpstan-symfony: ^1.3
- phpunit/phpunit: ^10.3
- slevomat/coding-standard: ^8.13
- squizlabs/php_codesniffer: ^3.7
- dev-master
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- v1.0.0
- dev-compatibilite_crudit_studio
- dev-feature/role-label-matrice
- dev-fix_scheb_2fa
- dev-sf-7
- dev-improvement/change-block-name
- dev-commandDeleteCredentialCache
- dev-fixLoadCredentials
- dev-dumpCommandWriteJsonOnMultiLines
- dev-fix_visible
- dev-importExportCredentials
- dev-upPhpstan
- dev-fixSymfonyInsightErrors
- dev-fix_publicaccess
- dev-editCredentialEntity
- dev-improvement/cache-sf6
- dev-canVoteOnStatus
- dev-typeEntity
- dev-updateForBeCompatibleSf6
- dev-clearCacheChangeCredential
- dev-repairCheckAllCase
- dev-delete_jquery
- dev-missing_translations
- dev-temp
- dev-style_ergo
This package is auto-updated.
Last update: 2026-01-12 14:54:12 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
