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 http client instead of file_get_contents #14

Merged
merged 2 commits into from
Jan 5, 2021

Conversation

williamxsp
Copy link
Contributor

Many servers have allow_url_fopen disabled so they cant use file_get_contents to load apple keys.

Many servers have allow_fopen_url disabled so they cant use file_get_contents to load apple keys.
@jmalinens
Copy link

+1 or better yet just use PSR-18 interface https://www.php-fig.org/psr/psr-18/ so any library can be used for request

@jmalinens
Copy link

similar PR from me: #17
@williamxsp @patrickbussmann for me it is important to call Guzzle with custom configuration and because of that guzzle client needs to be injectable (guzzle client with custom config is defined elsewhere)

@patrickbussmann patrickbussmann merged commit 45903a3 into patrickbussmann:master Jan 5, 2021
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

Successfully merging this pull request may close these issues.

3 participants