chrisnharvey / oauth

Authorize users in your application with multiple OAuth 1.0 and OAuth 2.0 providers.
12 stars 4 forks source link

Use guzzle for all HTTP requests #5

Closed chrisnharvey closed 11 years ago

chrisnharvey commented 11 years ago

Now that this package only supports PHP 5.3+, there is no reason why we shouldn't use Guzzle for HTTP requests.

This will provide a lot more flexibility and make our code look prettier ;)

chrisnharvey commented 11 years ago

This can now be closed as this feature is already integrated into chrisnharvey/oauth1 and chrisnharvey/oauth2. I will be converting this package to use those packages soon!