Skip to content

Commit 6272063

Browse files
author
Phil Sturgeon
committed
Added README in markdown.
1 parent b6a363b commit 6272063

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
CodeIgniter-cURL
2+
===================
3+
4+
CodeIgniter-cURL is a CodeIgniter library which makes it easy to do simple cURL requests
5+
and makes more complicated cURL requests easier too.
6+
7+
Usage
8+
-----
9+
10+
echo $this->curl->simple_get('http://example.com');
11+
echo $this->curl->simple_post('curl_test/message', array('message'=>'Sup buddy'));
12+
13+
For more up to date usage and in-depth examples check the CodeIgniter wiki page:
14+
15+
http://codeigniter.com/wiki/Curl_library/
16+
17+
Extra
18+
-----
19+
20+
If you'd like to request changes, report bug fixes, or contact
21+
the developer of this library, email <[email protected]>

0 commit comments

Comments
 (0)