summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpurplecode <niespammnie@gmail.com>2013-12-08 12:07:54 +0100
committerpurplecode <niespammnie@gmail.com>2013-12-08 12:07:54 +0100
commitdbd34a0ccd72fea2101d94da5e5167498185cb2e (patch)
treedb4cab8b874b6066544065acf673c47e058862ca
parent1496a14b7b778d8feb2ea5e8d38f61aaa864cfd1 (diff)
downloadphp.curl-dbd34a0ccd72fea2101d94da5e5167498185cb2e.zip
php.curl-dbd34a0ccd72fea2101d94da5e5167498185cb2e.tar.gz
php.curl-dbd34a0ccd72fea2101d94da5e5167498185cb2e.tar.bz2
Update README.md
-rw-r--r--README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a919a6..3cfab18 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,21 @@
-php.curl
-========
+# php.curl
+
+**PCurl** is a PHP client library for [RESTful](http://en.wikipedia.org/wiki/Representational_State_Transfer)
+web services.
+
+PCurl supports GET/POST/PUT/DELETE request methods. Unlike other similar libaries supoprts also HTTPS certificates verification.
+
+Composer Installation
+------------
+
+To install PCurl, use the following composer `require` statement:
+```
+{
+ "require": {
+ "purplecode/pcurl": "dev-master"
+ }
+}
+
+```
+
+Enjoy!