Skip to content

Instantly share code, notes, and snippets.

@kattrali
Last active June 20, 2016 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kattrali/8a56e2a487268c4cfa09d7def04d18b8 to your computer and use it in GitHub Desktop.
Save kattrali/8a56e2a487268c4cfa09d7def04d18b8 to your computer and use it in GitHub Desktop.
PHP modernization proposals

Use Guzzle for HTTP connections

Risks

  • Increases minimum PHP version to 5.5. Some people might be stuck on older versions, though its worth noting that older versions are EOL
  • Potential dependency bloat. Guzzle has no dependencies outside of libraries within the same organization, but worth noting as we currently have no dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment