Curl HTTP Client

Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension.
Download

Curl HTTP Client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Dinke
  • Publisher web site:
  • http://www.dinke.net/blog/2006/08/31/curl-http-client/en/

Curl HTTP Client Tags


Curl HTTP Client Description

Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension.Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP class, although I wasn’t quite happy with perfomances and various other things with it. I already used curl cli tool (mostly for debugging purposes), but didn’t really liked it’s php api, so I’ve decided to take some spare time and make some kind of oop wrapper for it, which should be easier to use for easy stuff like sending get/post request etc.I use this class several months since then, and it evolved over time whenever I needed some new feature. Since various of my colleagues found it very usefull (some of them even sent me new methods for it), I’ve decided to put it out for public. Recently I submitted a code to phpclasses.org, and today got confirmation that class is officially approved.What's New in This Release:· Support was added for basic proxy usage and for downloading and uploading files.


Curl HTTP Client Related Software