1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-12 11:02:22 +00:00

oauth1 & oauth2 client libraries from thephpleague

This commit is contained in:
Ujjwal Ojha 2014-11-25 13:17:41 +05:45
parent 96f24e8c2a
commit c82eb4c208

View File

@ -456,6 +456,8 @@ Libraries to help manage database schemas and migrations.
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
* [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
* [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - Making it stupidly simple to integrate your application with OAuth 2.0 identity providers.
* [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - OAuth [RFC 5849 standards-compliant](http://tools.ietf.org/html/rfc5849) library for authenticating against OAuth 1 servers.
## Markup
*Libraries for working with markup.*