Is there an OAuth consumer library for PHP, that ideally can be used for Google's API?

link|improve this question

78% accept rate
google adwords API examples pages, gives you the suggested download url – Luis Siquot Jul 13 '11 at 20:59
feedback

2 Answers

up vote 2 down vote accepted

Google offers their own PHP SDK using OAuth2.

Check it out at: http://code.google.com/p/google-api-php-client/wiki/OAuth2

link|improve this answer
It should be noted that the source on Google code is a bit dated right now. Take a look at github, there are serveral forks like github.com/quizlet/oauth2-php which continue the development at a higher pace. They even got limited support for newer drafts like draft 16, 18 and 20. They also refactored a lot of code so that programming against this library is a bit easier. – DASKAjA Aug 5 '11 at 20:44
Since DASKAjA posted the Google Code library has been updated. So check it out for yourself if you want to see the current status. – Ben Atkin Oct 22 '11 at 23:00
feedback

Try this one: https://github.com/vznet/oauth_2.0_client_php. It claims it uses the draft 10 of the current OAuth 2.0 specification.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.