Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Amir Ali Jiwani  >  EZ Curl  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme
Class: EZ Curl
Send HTTP requests with teh Curl extension
Author: By
Last change:
Date: 2011-07-17 16:20
Size: 729 bytes
 

Contents

Class file image Download
/**
 * @author Amir Ali Jiwani <amir.ali@pi-labs.net>
 * @copyright 2011
 * @link http://www.facebook.com/aajiwani
 * @version 1.0
 */
 
 Easy Curl is the implementation of PHP's curl module in an object oriented way.
 It works for a single request as well as for multiple requests.
 
 1.) Classes to use in package are :
 
 EasyCurlRequest
 EasyCurlResponse
 EasyCurlError
 EasyCurlExecuter
 EasyCurlCookie
 EasyCurlPostParameter
 EasyCurlHeader
 EasyCurlExecuterCallback
 EasyCurlExecuterResult
 
 2.) Helper classes in package are :
 
 EasyCurlHTTPVersion
 EasyCurlRequestType
 EasyCurlExecuterNode
 EasyCurlHTTPCodeInfo
 EasyCurlCookieExtractor
 
 Examples folder contains all the usage samples.