-
Notifications
You must be signed in to change notification settings - Fork 378
Expand file tree
/
Copy pathphp.yml
More file actions
29 lines (29 loc) · 2.02 KB
/
Copy pathphp.yml
File metadata and controls
29 lines (29 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
name: PHP
client_libraries:
- '<a href="https://github.com/socialconnect/auth">socialconnect/auth</a>: OAuth2/OpenID
Connect components from <a href="https://socialconnect.lowl.io/">SocialConnect project</a>'
- '<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>'
- <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>
- '<a href="https://git.tuxed.net/fkooman/php-oauth2-client">Very simple OAuth 2.0
client, PHP >= 5.4</a> (Composer: <code>fkooman/oauth2-client</code>)'
- <a href="https://github.com/ivan-novakov/php-openid-connect-client">OAuth2/OpenID
Connect Client Library for PHP/Zend Framework 2</a>
- '<a href="https://github.com/chillerlan/php-oauth">chillerlan/php-oauth</a>:
a fully PSR-7/PSR-17/PSR-18 compatible OAuth1/OAuth2 client'
server_libraries:
- <a href="https://github.com/bshaffer/oauth2-server-php">PHP OAuth2 Server</a> and
<a href="https://github.com/bshaffer/oauth2-demo-php">Demo</a>
- <a href="https://github.com/thephpleague/oauth2-server">PHP OAuth 2.0 Auth and Resource
Server</a> and <a href="https://github.com/lncd/oauth2-example-auth-server">Demo</a>
- <a href="https://github.com/authbucket/oauth2">PHP OAuth2.0</a> for <a href="http://silex.sensiolabs.org/">Silex</a>
and <a href="http://oauth2.authbucket.com/demo">Demo</a>
- <a href="https://github.com/authbucket/oauth2-bundle">PHP OAuth2.0</a> for <a href="http://symfony.com/">Symfony</a>
and <a href="http://oauth2-bundle.authbucket.com/demo">Demo</a>
- <a href="https://www.drupal.org/project/simple_oauth">Simple OAuth (OAuth2) & OpenID Connect</a> for <a href="https://drupal.org">Drupal</a>
- <a href="https://github.com/drahak/OAuth2">Nette OAuth2 provider</a> for <a href="https://nette.org">Nette
framework</a> and <a href="https://github.com/drahak/Restful">Nette REST API bundle</a>
...