Skip to content

Releases: jyoungblood/http-request

1.2.0

17 Jan 20:34
Compare
Choose a tag to compare
  • Now using VPHP namespace
  • Added ability to set custom headers
  • Changed default method to GET
  • Cleaned up empty GET querystring
  • Now returning error messages (on CURL and HTTP errors)
  • Added 'debug' parameter option (returns array of curl_getinfo() output)
  • Changed name of format parameter to json_decode
  • Updated order of CURL command execution
  • Fixed syntax errors in readme sample code

1.1.0

25 May 22:27
Compare
Choose a tag to compare
  • Now using isset() to check for parameters (kills PHP warnings)

1.0.0

20 May 15:30
Compare
Choose a tag to compare

Debugged, tested, and ready for prime time 😎

0.1.0

06 May 16:07
Compare
Choose a tag to compare

Emerging from the ether fully-formed, these functions are ready for use.

I wrote most of them a long time ago (as part of the STEREO internet toolkit) and have been using them for years. They've helped me get a lot done and make a decent amount of money over the years, and I figured it was time to make actual packages.

I may change a few things to get to the 1.0 version, but after that they probably won't change much. It's ok for software to be "done."

Enjoy!