mirror of
https://github.com/FriendsOfSymfony/oauth2-php.git
synced 2026-03-24 06:52:08 +01:00
master
* Move CI from Travis to Github action * Drop PHP 5.5.6 support and add PHP 8.0 support * Update ci.yml
OAuth2 Server Implementation
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.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:19:16.633Z
Languages
PHP
100%
