Branch | Travis |
---|---|
2.x | |
1.x | |
master |
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...
To install, use composer:
composer require myks92/user
All use instructions are located in documentation.
./vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information.