friendsofsymfony/oauth2-php

OAuth2 library

Maintainers

👁 couac

Package info

github.com/FriendsOfSymfony/oauth2-php

pkg:composer/friendsofsymfony/oauth2-php

Statistics

Installs: 18 270 807

Dependents: 22

Suggesters: 0

Stars: 516

Open Issues: 26

1.3.1 2021-04-06 17:14 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 546f869d68fb79b284752e6787263d797165dba4

oauthoauth2

This package is auto-updated.

Last update: 2026-06-07 05:11:59 UTC


README

👁 Build Status
👁 HHVM Status

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.