softbread / socialite
ThinkPHP wrapper around OAuth 1 & OAuth 2 libraries.
5.x-dev
2024-10-23 03:55 UTC
Requires
- php: ^7.2|^8.0
- ext-json: *
- firebase/php-jwt: ^6.4
- guzzlehttp/guzzle: ^6.0|^7.0
- illuminate/contracts: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/http: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- league/oauth1-client: ^1.10.1
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0|^8.0|^9.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^8.0|^9.3|^10.4
This package is auto-updated.
Last update: 2024-12-23 04:25:21 UTC
README
Introduction
ThinkPHP Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.
This project is forked from laravel/socialite and tweaked without its own tests. Please use at your own risk.
Contributing
Thank you for considering contributing to Socialite!
License
Laravel Socialite is open-sourced software licensed under the MIT license.