Download the PHP package onix-systems-php/hyperf-auth without Composer
On this page you can find all versions of the php package onix-systems-php/hyperf-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onix-systems-php/hyperf-auth
More information about onix-systems-php/hyperf-auth
Files in onix-systems-php/hyperf-auth
Download onix-systems-php/hyperf-auth
More information about onix-systems-php/hyperf-auth
Files in onix-systems-php/hyperf-auth
Vendor onix-systems-php
Package hyperf-auth
Short Description An authentication extension for an application
License MIT
Package hyperf-auth
Short Description An authentication extension for an application
License MIT
Please rate this library. Is it a good library?
Informations about the package hyperf-auth
Hyperf-auth component
Includes the following classes:
- Contract:
- AssignSocialiteAvatarService;
- Authenticatable;
- AuthenticatableProvider;
- AuthenticatableRepository;
- CreateSocialiteUserService;
- TokenGuard;
- TokenGuardProvider;
- Controller:
- AuthController;
- AuthSocialiteController;
- WebSocketController;
- DTO:
- AuthTokensDTO;
- LoginDTO;
- SocialiteHandlerDTO;
- UserSocialiteDTO;
- Guards:
- JwtGuard.
- Middleware:
- SessionMiddleware;
- Model:
- UserSocialite;
- Repository:
- UserSocialiteRepository;
- Resource:
- ResourceAuthToken;
- ResourceLoginLink;
- ResourceSocial;
- Service:
- DeleteSocialiteService;
- GetSocialiteLoginLinkService;
- LoginUserService;
- LogoutUserService;
- PrepareSocialiteProviderService;
- RefreshTokenService;
- SocialiteHandlerService;
- AuthManager;
- Session;
- SessionManager.
Install:
Publish config and database migrations:
Import auth routes:
Socket.io controller
You can import ws_routes
, use WebSocketController
directly and place logic to another controller,
but it is reasonable to extend WebSocketController
instead.
All versions of hyperf-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
ext-openssl Version *
96qbhy/hyperf-auth Version ^3.1
hyperf/contract Version ^3.1
hyperf/guzzle Version ^3.1
hyperf/logger Version ^3.1
hyperf/session Version ^3.1
league/oauth1-client Version ^1.0
onix-systems-php/hyperf-actions-log Version >=1.2
onix-systems-php/hyperf-core Version >=1.2
onix-systems-php/hyperf-socialite Version ^1.2.1
ext-json Version *
ext-openssl Version *
96qbhy/hyperf-auth Version ^3.1
hyperf/contract Version ^3.1
hyperf/guzzle Version ^3.1
hyperf/logger Version ^3.1
hyperf/session Version ^3.1
league/oauth1-client Version ^1.0
onix-systems-php/hyperf-actions-log Version >=1.2
onix-systems-php/hyperf-core Version >=1.2
onix-systems-php/hyperf-socialite Version ^1.2.1
The package onix-systems-php/hyperf-auth contains the following files
Loading the files please wait ....