dskripchenko / laravel-api-user
Base api methods. User registration, login, logout, profile. User roles.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dskripchenko/laravel-api-user
Requires
- dskripchenko/laravel-api: ^2.0.0
- dskripchenko/laravel-schemify: ^2.0.0
This package is auto-updated.
Last update: 2025-10-07 23:14:25 UTC
README
Run
composer config --global --auth http-basic.pkg.extteam.ru {USERNAME} {TOKEN}
to register a private packages registry, and run
php composer.phar require components/user "@dev"
or add
"components/user": "@dev"
to the require
section of your composer.json
file.
Api
- /user/info
- /user/register
- /user/login
- /user/logout
- /user/password-reset
- /user/password-set
- /user/password-change
Middlewares
- VerifyAuth
- UseMainLayerConnection
Models
- User
Interfaces
- User
- UserService
Services
- UserService
Notifications
- ResetPassword
- UserCreated
Validators
- can:permission
functions
- can