Skip to content

arnaud-lb/oauth2-php

This branch is 81 commits ahead of, 6 commits behind hswong3i/oauth2-php:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

950b0bc · Apr 15, 2012
Mar 23, 2012
Nov 23, 2011
Mar 10, 2012
Dec 1, 2011
Nov 23, 2011
Dec 1, 2011
Jan 25, 2011
Dec 18, 2010
Apr 15, 2012
Dec 1, 2011
Jan 25, 2011
Nov 18, 2011

Repository files navigation

Repository has been moved

Please use https://github.com/FriendsOfSymfony/oauth2-php instead

OAuth2-php

Build Status

OAuth2 Server now implements draft 21 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-0 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.

About

A server implementation of OAuth 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%