PHP Classes
elePHPant
Icontem

Curl HTTP Client : HTTP client using the PHP Curl library

Recommend this page to a friend!

  Author Author  
Picture of Dragan Dinic
Name: Dragan Dinic <contact>
Classes: 2 packages by
Country: Serbia and Montenegro Serbia and Montenegro


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class implements an HTTP client using the PHP Curl library extension.

It can perform HTTP GET or POST requests taking an array as the list of POST parameters.

The class can set request referrer, authentication credentials, connection peer IP address, etc..

It can also collect cookies sent by the server in a cookie jar file.

  Classes of Dragan Dinic  >  Curl HTTP Client  >  Download Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Curl HTTP Client
Base name: curl_http_client
Description: HTTP client using the PHP Curl library
Version: 1.0.0
PHP version: -
License: BSD License
 
  Groups   Trackback   Applications   Files Files  

  Groups  
Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes


  Pages that reference this package  
Curl HTTP Client
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..
Curl HTTP Client
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.
Curl HTTP Client - Update
Just put online new version of my Curl_HTTP_Client class.

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Plain text file curl_http_client.php Class Main Class
Accessible without login Plain text file example.php Example Example of Usage

Install with Composer Install with Composer - Download Download all files: curl_http_client.tar.gz curl_http_client.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.