Download the PHP package devtvn/sociallumen without Composer
On this page you can find all versions of the php package devtvn/sociallumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sociallumen
Social authentication multiple-platform and management users
feature
- Tiktok(maintenance)
- Github
- Bitbucket
- GitLab
- Microsoft
- Dropbox
- Pinterest(maintenance)
- Line
- shopify
Official Core SDKs
Required
- Php >= 8.x
- Lumen >= 8.x
- Composer >= 2.x
Install
Setup
-
Add the config behind in the file bootstrap/app.php
- Add the config behind in the file config database.php
- If you want customs model core then add config behind
After setup config completed :
-
Run command in terminal:
-
Setup worker:
- Setup redirect_uri in app developer :
API
Method | URI | Action | Middleware |
---|---|---|---|
POST | api/{platform}/generate-url | CoreController@generateUrl | global |
GET | api/handle/auth | CoreController@handleAuth | social.auth,core.shopify,global |
POST | api/app/login | AppController@login | global |
POST | api/app/register | CoreController@register | global |
POST | api/app/refresh | CoreController@refresh | refresh |
DELETE | api/app/delete | CoreController@delete | core ,global |
GET | api/app/info | CoreController@user | core ,global |
POST | api/app/info | CoreController@updateUser | core ,global |
PUT | api/app/change-password | CoreController@changePassword | core ,global |
POST | api/app/forgot-password | CoreController@reset | global |
POST | api/app/re-send | CoreController@reSendLinkEmail | global |
MIT
All versions of sociallumen with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
illuminate/support Version ^10.15
firebase/php-jwt Version ^6.5
guzzlehttp/guzzle Version ^7.0.1
illuminate/redis Version ^10.15
pusher/pusher-php-server Version ^7.2
ext-rdkafka Version ^6.0
league/flysystem Version ^1.0.8
illuminate/support Version ^10.15
firebase/php-jwt Version ^6.5
guzzlehttp/guzzle Version ^7.0.1
illuminate/redis Version ^10.15
pusher/pusher-php-server Version ^7.2
ext-rdkafka Version ^6.0
league/flysystem Version ^1.0.8
The package devtvn/sociallumen contains the following files
Loading the files please wait ....