library requestcore
Lightweight cURL-based HTTP class.
popthestack/requestcore
Lightweight cURL-based HTTP class.
- Wednesday, April 8, 2015
- by popthestack
- Repository
- 2 Watchers
- 4 Stars
- 514 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
RequestCore
RequestCore is a lightweight cURL-based HTTP request/response class that leverages MultiCurl for parallel requests., (*1)
PEAR HTTP_Request?
RequestCore was written as a replacement for PEAR HTTP_Request. While PEAR HTTP_Request is full-featured and heavy, RequestCore features only the essentials and is very lightweight. It also leverages the batch request support in cURL's curl_multi_exec()
to enable multi-threaded requests that fire in parallel., (*2)
Reference and Download
You can find the class reference at http://skyzyx.github.com/requestcore/. You can get the code from http://github.com/skyzyx/requestcore., (*3)
License and Copyright
This code is Copyright (c) 2008-2010, Ryan Parman. However, I'm licensing this code for others to use under the Simplified BSD license., (*4)