[ANNOUNCEMENT] oauth-1.0.0 (stable) Released.

[email protected] ("PECL Announce") 2 Jun 2010 17:30:08 -0000
Newsgroups php.pecl.dev
Message-ID <[email protected]>
The new PECL package oauth-1.0.0 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
- Added php streams support (libcurl is no longer required)
- Added OAuthProvider support (http://php.net/oauthprovider)
- Added RSA-SHA1 signature support
- Added SHA256 signature support
- Added OAuth::setTimeout, OAuth::generateSignature, OAuth::setRequestEngine
- Send the User-Agent header for pecl/oauth
- Lots of other improvements...

Package Info
-------------
OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.

Requirements: ext/hash

Related Links
-------------
Package home: http://pecl.php.net/package/oauth
   Changelog: http://pecl.php.net/package-changelog.php?package=oauth
    Download: http://pecl.php.net/get/oauth-1.0.0.tgz

Authors
-------------
John Jawed <[email protected]> (lead)
Felipe Pena <[email protected]> (developer)
Rasmus Lerdorf <[email protected]> (lead)
Tjerk Meesters <[email protected]> (developer)