Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Whether there is any Php client for Oauth2? [closed]

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

like image 887
Shan Avatar asked Jul 13 '11 17:07

Shan


2 Answers

Google offers their own PHP SDK using OAuth2.

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

like image 103
sagi Avatar answered Oct 18 '22 13:10

sagi


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.

like image 1
Dmytro Zavalkin Avatar answered Oct 18 '22 13:10

Dmytro Zavalkin