[The PHP League's oauth2 client](http://oauth2-client.thephpleague.com/) is a client for PHP projects to talk to supported oauth2 servers.
I have created [ofbeaton/oauth2-phabricator](https://packagist.org/packages/ofbeaton/oauth2-phabricator) for their client so that it now supports phabricator installs. (I have a pending [pull request](https://github.com/thephpleague/oauth2-client/pull/591) to be listed on their third party support list).
This was important to us as many framework bundles (like Symfony Framework's [knpu oauth2-client-bundle](https://github.com/knpuniversity/oauth2-client-bundle)) make use of thephpleague/oauth2-client under the hood, so this meant we could easily integrate all our symfony-built applications.
I'm creating this ticket so it's searchable in case anyone is looking for this feature or integration in the future, I hope that is OK.
I don't know if you would like to mention it on
https://secure.phabricator.com/w/community_resources/
or not.
Cheers