hmlb / user-bundle
Opinionated domain driven designed user Bundle for Symfony2.
dev-master / 1.0.x-dev
2017-03-29 12:40 UTC
Requires
- php: ~7.0
- hmlb/ddd: ~1.0@dev
- hmlb/ddd-bundle: ~1.0@dev
- simple-bus/message-bus: ~2.1
- simple-bus/symfony-bridge: ~4.0
- symfony/dependency-injection: ~3.0
- symfony/form: ~3.0
- symfony/http-kernel: ~3.0
- symfony/options-resolver: ~3.0
- symfony/security-bundle: ~3.0
- symfony/validator: ~3.0
- symfony/yaml: ~3.0
Requires (Dev)
- doctrine/doctrine-bundle: ~1.0
- doctrine/orm: ~2.5
- lexik/jwt-authentication-bundle: ~1.4
- matthiasnoback/symfony-config-test: ~1.3
- matthiasnoback/symfony-dependency-injection-test: ~0.7
- phpspec/phpspec: ~2.4
- phpunit/phpunit: ~5.2
- psr/log: 1.0.0
- satooshi/php-coveralls: ~0.7@dev
- simple-bus/doctrine-orm-bridge: ~4.0
- symfony/monolog-bundle: ~2.8
This package is not auto-updated.
Last update: 2024-11-05 21:04:47 UTC
README
This bundle implements simple user registration, login and password change and recovery in Symfony2 projects.
It is meant to have the same features as the FOSUserBundle but with an opinionated domain driven design, using CQRS command bus architecture.
See hmlb/DDD for details about domain driven design implementation and hmlb/DDD-bundle for its integration with symfony 2 and doctrine ORM/ODM.
This library is used in production applications but is still under development and is not yet clearly documented.
License
hmlb/user-bundle is available under the MIT License.