Download the PHP package farzak/socialite without Composer
On this page you can find all versions of the php package farzak/socialite. 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 socialite
Socialite
Introduction
This is inspired by laravel/socialite, you can easily use it without Laravel.
It possible to use it with various frameworks and middleware.
It is compatible with laravel/socialite.
You can check the Document of laravel.
Core Providers
- github
- bitbucket
other Providers
- Line
- VKontakte
- Weixin
- Twitch
- Slack
- Discord
- Dropbox
- Yahoo
- Spotify
- GitLab
- Yandex
- Add more...
Requirement
Installation
Basic Usage
oath.php
callback.php
Advanced Usage
Sosialite
have options for use with framework and middleware
Set Request
Interface: \Psr\Http\Message\ServerRequestInterface
Set Session
need one of the following read/write
interfaces.
write |
---|
$session->put() |
$session->set() |
$session->write() |
read |
---|
$session->get() |
$session->read() |
Redirect psr7 response
Psr\Http\Message\ResponseInterface
will be returned
All versions of socialite with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
guzzlehttp/guzzle Version ^6.0
league/oauth1-client Version ^1.0
symfony/http-foundation Version ^3.0
zendframework/zend-diactoros Version ^1.7
guzzlehttp/guzzle Version ^6.0
league/oauth1-client Version ^1.0
symfony/http-foundation Version ^3.0
zendframework/zend-diactoros Version ^1.7
The package farzak/socialite contains the following files
Loading the files please wait ....