https://github.com/myks92/user
User Component
https://github.com/myks92/user
php php-library user user-component user-management users
Last synced: 9 months ago
JSON representation
User Component
- Host: GitHub
- URL: https://github.com/myks92/user
- Owner: Myks92
- License: mit
- Created: 2020-01-03T16:57:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T10:41:00.000Z (almost 6 years ago)
- Last Synced: 2024-04-19T06:22:17.257Z (about 2 years ago)
- Topics: php, php-library, user, user-component, user-management, users
- Language: PHP
- Homepage:
- Size: 160 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# User
[](https://packagist.org/packages/myks92/user
) [](https://packagist.org/packages/myks92/user
) [](LICENSE.md)
[](https://packagist.org/packages/myks92/user)
[](https://packagist.org/packages/myks92/user)
[](https://packagist.org/packages/myks92/user)
Branch | Travis |
------ | ------ |
2.x | [![Build Status][travis_2x_badge]][travis_2x_link]
1.x | [![Build Status][travis_1x_badge]][travis_1x_link]
master | [![Build Status][travis_unstable_badge]][travis_unstable_link]
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](./docs/readme.md).
## Testing
```
./vendor/bin/phpunit
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[travis_2x_badge]: https://travis-ci.org/Myks92/user.svg?branch=2.x
[travis_2x_link]: https://travis-ci.org/Myks92/user
[travis_1x_badge]: https://travis-ci.org/Myks92/user.svg?branch=1.x
[travis_1x_link]: https://travis-ci.org/Myks92/user
[travis_unstable_badge]: https://travis-ci.org/Myks92/user.svg?branch=master
[travis_unstable_link]: https://travis-ci.org/Myks92/user