It seems like there are several actively maintained PHP OAuth libraries, and
it's not clear to me which are most up-to-date and/or widely used. The
oauth.net/code page mainly features
http://oauth.googlecode.com/svn/code/php/ which hasn't been updated since
May 18, 2009. There's also http://code.google.com/p/oauth-php/ which looks
more complicated but also more up-to-date. And there's also
http://pecl.php.net/oauth which is a C extension for OAuth that it looks
like Rasmus et al have bene updating recently.

Personally, I like (and use)
http://oauth.googlecode.com/svn/code/php/because it's simple (just one
file), and I believe shindig-php uses it too,
but I don't think it has support for OAuth 1.0a or two-legged OAuth, both of
which are very standard now. I also recall fixing a bunch of bugs in it that
may or may not have ever landed in the tree.

So, should I add 1.0a and 2-legged support to this lib? If so, will someone
review and patch it and/or make me a committer? Has anyone else already made
these updates and just not shared it back? Or is one of these other
libraries now the "de facto standard PHP lib", in which case shouldn't it be
listed on oauth.net/code under PHP?

Thanks, js

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to