2017 © Pedro Peláez
 

library oauth2-php

OAuth2 library

image

alb/oauth2-php

OAuth2 library

  • Sunday, April 15, 2012
  • by arnaud-lb
  • Repository
  • 2 Watchers
  • 23 Stars
  • 111 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 222 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Repository has been moved

Please use https://github.com/FriendsOfSymfony/oauth2-php instead, (*1)

OAuth2-php

Build Status, (*2)

OAuth2 Server now implements draft 21 of OAuth 2.0, (*3)

The client is still only draft-10., (*4)

This version of oauth2-php is a fork of https://github.com/quizlet/oauth2-php with the following changes:, (*5)

  • 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), (*6)

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., (*7)

http://code.google.com/p/oauth2-php/ is the original repository, which seems abandonned., (*8)

The Versions

15/04 2012

dev-master

9999999-dev https://github.com/arnaud-lb/oauth2-php

OAuth2 library

  Sources   Download

The Requires

  • php >=5.3.2

 

by Arnaud Le Blanc

oauth oauth2