Skip to content

Commit

Permalink
Merge pull request #103 from ramsey/league-oauth2-client
Browse files Browse the repository at this point in the history
Add link to league/oauth2-client OAuth 2.0 client library for PHP
  • Loading branch information
aaronpk committed Aug 17, 2015
2 parents 2b5a370 + e3333cd commit 6425efd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2/index.php
Expand Up @@ -90,8 +90,9 @@
<ul>
<li>PHP
<ul>
<li><a href="http://www.phpclasses.org/package/7700-PHP-Authorize-and-access-APIs-using-OAuth.html">PHP</a></li>
<li><a href="https://github.com/fkooman/php-oauth-client">PHP OAuth 2.0 client</a></li>
<li><a href="https://github.com/thephpleague/oauth2-client">league/oauth2-client</a>: OAuth 2.0 Client from <a href="https://thephpleague.com/">the League of Extraordinary Packages</a></li>
<li><a href="http://www.phpclasses.org/package/7700-PHP-Authorize-and-access-APIs-using-OAuth.html">oauth-api</a> from <a href="http://www.phpclasses.org/">PHP Classes</a></li>
<li><a href="https://github.com/fkooman/php-oauth-client">PHP OAuth 2.0 Authorization Code Grant Client</a></li>
<li><a href="https://github.com/ivan-novakov/php-openid-connect-client">OAuth2/OpenID Connect Client Library for PHP/Zend Framework 2</a></li>
</ul>
</li>
Expand Down

0 comments on commit 6425efd

Please sign in to comment.