enabel / user-bundle
Symfony User management
Installs: 2 425
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/migrations: ^3.7
- easycorp/easyadmin-bundle: ^4.5
- enabel/layout-bundle: ^1.0|^2.0
- firebase/php-jwt: <6.6
- knpuniversity/oauth2-client-bundle: ^2.11
- stof/doctrine-extensions-bundle: ^1.11
- symfony/config: ^7.0
- symfony/dependency-injection: ^7.0
- symfony/framework-bundle: ^7.0
- symfony/http-kernel: ^7.0
- symfony/mailer: ^7.0
- symfony/security-bundle: ^7.0
- thenetworg/oauth2-azure: ^2.1
Requires (Dev)
- nunomaduro/phpinsights: ^2.6
- phpstan/phpstan: ^1.8
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.7
- symfony/phpunit-bridge: ^7.0
README
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