Skip to content

joverthegrey/oauth-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth Consumer And Server Library For PHP

A PHP library for OAuth 1.0a consumers and servers. Complete with an extensible OAuth store, including a full working implementation of MySQL/MySQLi, Postgresql and PDO stores.

Forked and updated from oauth-php by Marc Worrell

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)

Guides, examples and help