philsturgeon / codeigniter-curl
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Thu Mar 26 16:37:44 -0700 2009 | |
| |
controllers/ | Thu Mar 26 16:26:51 -0700 2009 | |
| |
libraries/ | Mon Nov 30 06:11:30 -0800 2009 |
README.markdown
CodeIgniter-cURL
CodeIgniter-cURL is a CodeIgniter library which makes it easy to do simple cURL requests and makes more complicated cURL requests easier too.
Usage
echo $this->curl->simple_get('http://example.com/');
echo $this->curl->simple_post('curl_test/message', array('message'=>'Sup buddy'));
For more up to date usage and in-depth examples check the CodeIgniter wiki page:
http://codeigniter.com/wiki/Curl_library/
Extra
If you'd like to request changes, report bug fixes, or contact the developer of this library, email email@philsturgeon.co.uk
