friendsofsymfony / oauth2-php
OAuth2 library
Installs: 16 165 958
Dependents: 22
Suggesters: 0
Security: 1
Stars: 515
Watchers: 13
Forks: 244
Open Issues: 28
Requires
- php: ^5.5.9 || ^7.0.8 || ^7.1.3 || ^7.2.5 || ^8.0.0
- symfony/http-foundation: ~3.0|~4.0|~5.0
Requires (Dev)
- phpunit/phpunit: ^5.0 || ^6.0 || ^8.0 || ^9.0.0
README
This library now implements draft 20 of OAuth 2.0. The client is still only draft-10.
This version of oauth2-php is a fork of https://github.com/quizlet/oauth2-php with the following changes:
- Namespaced
- No more require(_once)
- PSR-4 autoloading compatible
- Uses HttpFoundation Request and Response for input/output
- More testable design
- Better test coverage
(pull request is pending)
https://github.com/quizlet/oauth2-php is a fork of http://code.google.com/p/oauth2-php/ updated against OAuth2.0 draft 20, with a better OO design.
http://code.google.com/p/oauth2-php/ is the original repository, which seems abandonned.