NeilCrosby / curlcall

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

This URL has Read+Write access

curlcall / README.Markdown
100644 12 lines (7 sloc) 0.337 kb
1
2
3
4
5
6
7
8
9
10
11
12
# CurlCall
 
A convenience PHP class for making Curl calls, which automatically caches the results locally.
 
Requires the [PhpCache][1] class, which can be imported using [git submodule][2]:
 
    git submodule init
    git submodule update
 
[1]: http://github.com/NeilCrosby/phpcache/tree
[2]: http://book.git-scm.com/5_submodules.html