Recommend this page to a friend! |
Download .zip |
Info | View files (10) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2011-07-17 (5 years ago) | Not enough user ratings | Total: 1,640 This week: 2 | All time: 2,315 This week: 591 |
Version | License | PHP version | Categories | |||
easy-curl 1.0 | GNU General Publi... | 5.0 | HTTP, PHP 5 |
Description | Author | |||||||||||||
This package can send HTTP requests with the Curl extension. |
|
/** * @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. |
Files |
File | Role | Description |
---|---|---|
EasyCurl.php | Example | Example of a single web request |
EasyCurlCookieHelper.php | Class | Cookie Helper |
EasyCurlError.php | Class | Error |
EasyCurlExceptions.php | Class | Exceptions |
EasyCurlExecuter.php | Class | Multi threaded curl handler |
EasyCurlHelperClasses.php | Class | All the helper classes |
EasyCurlMultipleExample.php | Example | Example of multiple web requests |
EasyCurlRequest.php | Class | Web request class |
EasyCurlResponse.php | Class | Web response class |
README | Doc. | Readme |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.