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

Using guzzle instead of CURL #75

Open
creativefctr opened this issue Jul 19, 2017 · 0 comments
Open

Using guzzle instead of CURL #75

creativefctr opened this issue Jul 19, 2017 · 0 comments

Comments

@creativefctr
Copy link

Hi,
I think the main API request function should be updated to use guzzle instead of directly going for curl!
Advantages:
It's much more modern and easier to debug
Code would be cleaner
We can use guzzle async features to make asynchronous requests:
This is important because most people use this library for checking domain availability and if you target multiple TLD's many serial requests would have to be made and the script would get really slow.
Thanks

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

1 participant