Skip to content
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

Open
zero-is-one opened this issue Mar 5, 2014 · 5 comments
Open

Use Guzzle instead of Oauth Pecl Extension #3

zero-is-one opened this issue Mar 5, 2014 · 5 comments

Comments

@zero-is-one
Copy link

No description provided.

@brettlangdon
Copy link
Contributor

@victorsigma can you provide a little more context here? What is Guzzle? Why should it be used over OAuth Pcel extension?

@zero-is-one
Copy link
Author

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.

@zero-is-one
Copy link
Author

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.

@brettlangdon
Copy link
Contributor

Interesting, thanks for the information. I'll look into it.

@brettlangdon
Copy link
Contributor

example of using Guzzle with shapeways api from @victorsigma https://gist.github.com/VictorSigma/9394681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants