-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Guzzle instead of Oauth Pecl Extension #3
Comments
@victorsigma can you provide a little more context here? What is Guzzle? Why should it be used over OAuth Pcel extension? |
Many developers are moving away from PECL extensions and instead using composer. But it looks like you are still using the PECL Oauth extension. May I suggest you move to guzzle instead. This is what Amazon is doing for it's php library. Many people (such as myself :) ) can't install pecl extensions because they are on a shared hosting environment. |
Forgot to mention Guzzle has a built in Oauth extension (http://guzzle.readthedocs.org/en/latest/plugins/oauth-plugin.html). I am using it for my site. |
Interesting, thanks for the information. I'll look into it. |
example of using Guzzle with shapeways api from @victorsigma https://gist.github.com/VictorSigma/9394681 |
No description provided.
The text was updated successfully, but these errors were encountered: