myks92 / user
User Component
2.1.0
2020-07-29 10:36 UTC
Requires
- php: ^7.4
- ext-pdo: ^7.4
- doctrine/orm: ^2.7
- psr/event-dispatcher: ^1.0
- ramsey/uuid: ^4.1
- symfony/validator: ^5.1
- webmozart/assert: ^1.9
Requires (Dev)
- phpunit/phpunit: ^9.2
Suggests
- doctrine/migrations: Doctrine generate migrations by entity
- symfony/event-dispatcher: For dispatching events and listening to them
Provides
README
Most of web applications provide a way for users to register, log in or reset their forgotten passwords. Rather than re-implementing this on each application, you can use User component which is a flexible user management for that handles common tasks such as registration, authentication, password retrieval, activated, blocked, attach network and other...
Installation
To install, use composer:
composer require myks92/user
Documentation
All use instructions are located in documentation.
Testing
./vendor/bin/phpunit
License
The MIT License (MIT). Please see License File for more information.