From 819aa0c5ec5f2f0db372a7df0c5c30cef2e02e81 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 11 Jul 2014 18:50:09 -0600 Subject: [PATCH] Add more suggestions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b6bcd..9cef934 100644 --- a/README.md +++ b/README.md @@ -421,10 +421,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication. * [OPAuth](https://github.com/opauth/opauth) - A multi-provider authentication framework. * [OAuth2](https://github.com/php-loep/oauth2-server) - An OAuth2 authentication server, resource server and client library. +* [OAuth2 Server](http://bshaffer.github.io/oauth2-server-php-docs/) - Another OAuth2 server implementation. * [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library. * [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library. * [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. ## Markup *Libraries for working with markup.* @@ -520,7 +522,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Twitter REST](https://github.com/widop/twitter-rest) - A library to interact with Twitter's REST API. * [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library. * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API. -* [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library. +* [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API. ## Extensions *Libraries to help build PHP extensions.*