enabel/user-bundle

Symfony User management

Installs: 2 733

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 1

Open Issues: 0

Type:symfony-bundle

3.1.2 2025-01-28 10:09 UTC

README

License SymfonyInsight codecov CI

Introduction

The bundle aims to help with user management, including:

  • Forms (Login, SSO Azure)
  • Commands to generate, promote and demote users
  • A EasyAdmin interface to manage users

Installation & usage

You can check docs here

Versions & dependencies

The current version of the bundle works with Symfony 6.0+. The project follows SemVer.

You can check the changelog.

Contributing

Feel free to contribute, like sending pull requests to add features/tests or creating issues

Note there are a few helpers to maintain code quality, that you can run using these commands:

composer cs # Code style check
composer stan # Static analysis
vendor/bin/simple-phpunit # Run tests