blob: 3cfab1826fe69de92d70c979f6c8fa9ce1bc51c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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!
|