Scribe is proven to be the most straightforward and reliable OAuth library for java, (written by Pablo Fernandez) so I decided to port it to PHP.
Who said OAuth was difficult? Configuring scribe is so easy your grandma can do it! check it out:
$builder = new ServiceBuilder();
$service = $builder->provider(new TwitterApi())
->apiKey(YOUR_API_KEY)
->apiSecret(YOUR_API_SECRET)
->build();
- Yahoo
- Foursquare
- Evernote
- Vimeo
- Yammer
- Windows Live
- and many more!
Scribe’s code is small and simple to understand. No smart-ass or “clever” hacks here.
Good test coverage to keep you safe from harm.
When something bad actually happens, Scribe’s meaningful error messages will tell you exactly what went wrong, when and where.
Email me: gmaurol at gmail.com
Follow me: @gmaurol