From c82eb4c2084f7c67c6f74de04b196d7416e96529 Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Tue, 25 Nov 2014 13:17:41 +0545 Subject: [PATCH] oauth1 & oauth2 client libraries from thephpleague --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4334f72..344e4d4 100644 --- a/README.md +++ b/README.md @@ -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.*