Download the PHP package didiwuliu/oauth2-client without Composer
On this page you can find all versions of the php package didiwuliu/oauth2-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download didiwuliu/oauth2-client
More information about didiwuliu/oauth2-client
Files in didiwuliu/oauth2-client
Informations about the package oauth2-client
OAuth 2.0 Client
This package makes it stupidly simple to integrate your application with OAuth 2.0 identity providers.
Everyone is used to seeing those "Connect with Facebook/Google/etc" buttons around the Internet and social network integration is an important feature of most web-apps these days. Many of these sites use an Authentication and Authorization standard called OAuth 2.0.
It will work with any OAuth 2.0 provider (be it an OAuth 2.0 Server for your own API or Facebook) and provides support for popular systems out of the box. This package abstracts out some of the subtle but important differences between various providers, handles access tokens and refresh tokens, and allows you easy access to profile information on these other sites.
This package is compliant with PSR-1, PSR-2 and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Requirements
The following versions of PHP are supported.
- PHP 5.4
- PHP 5.5
- PHP 5.6
- HHVM
Usage
Authorization Code Flow
Refreshing a Token
Built-In Providers
This package currently has built-in support for:
- Eventbrite
- Github
- Microsoft
These are as many OAuth 2 services as we plan to support officially. Maintaining a wide selection of providers damages our ability to make this package the best it can be, especially as we progress towards v1.0.
Third-Party Providers
If you would like to support other providers, please make them available as a Composer package, then link to them below.
These providers allow integration with other providers not supported by oauth2-client
. They may require an older version
so please help them out with a pull request if you notice this.
Client Packages
Some developers use this library as a base for their own PHP API wrappers, and that seems like a really great idea. It might make it slightly tricky to integrate their provider with an existing generic "OAuth 2.0 All the Things" login system, but it does make working with them easier.
Install
Via Composer
Testing
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.