philsturgeon / codeigniter-curl

Simple cURL wrapper for CodeIgniter framework.

This URL has Read+Write access

name age message
file README.markdown Thu Mar 26 16:37:44 -0700 2009 Fixed up README.markdown syntax [philsturgeon]
directory controllers/ Thu Mar 26 16:26:51 -0700 2009 Initial import. [philsturgeon]
directory libraries/ Mon Nov 30 06:11:30 -0800 2009 Synced with the Curl library in my REST client ... [philsturgeon]
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