OAuth Consumer And Server Library For PHP
A PHP library for OAuth consumers and servers. Complete with an extensible OAuth store, including a full working implementation of a MySQL store.
The library implements methods to:
- verify incoming requests against the library
- sign outgoing requests, with curl support for actually doing the request
- sign requests with a body
- administrate consumer keys and tokens for multiple users (server and consumer side)
- log incoming and outgoing requests handled by the library (optionally in the database)
OAuth Consumer (client) How To
ConsumerHowTo describes the basic way to make an OAuth consumer.
OAuth Server (service provider) How To
ServerHowTo describes the basic way to make an OAuth enabled site (aka service provider).
Source Code
svn checkout http://oauth-php.googlecode.com/svn/trunk/
via Google Code