diff options
-rw-r--r-- | README.md | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -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! |