2lenet/credential-bundle

The 2LE's Credential Bundle.

Maintainers

👁 sebheitzmann

Package info

github.com/2lenet/CredentialBundle

Type:symfony-bundle

pkg:composer/2lenet/credential-bundle

Statistics

Installs: 28 243

Dependents: 4

Suggesters: 0

Stars: 3

Open Issues: 1

3.1.1 2026-06-24 08:29 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0af31ff831939fbcf267116e8555d5f8aafcf12d

This package is auto-updated.

Last update: 2026-06-24 08:30:08 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

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.

Recipes