public
Description: A convenience PHP class for making Curl calls, which automatically caches the results locally.
Homepage:
Clone URL: git://github.com/NeilCrosby/curlcall.git
README.Markdown

CurlCall

A convenience PHP class for making Curl calls, which automatically caches the results locally.

Requires the PhpCache class, which can be imported using git submodule:

git submodule init
git submodule update