src
3 years ago
.php_cs
7 years ago
.styleci.yml
7 years ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
composer.json
7 years ago
puli.json
7 years ago
README.md
45 lines
| 1 | # Curl client for PHP HTTP |
| 2 | |
| 3 | [](https://github.com/php-http/curl-client/releases](https://github.com/php-http/curl-client/releases](https://github.com/php-http/curl-client/releases) |
| 4 | [](LICENSE](LICENSE](LICENSE) |
| 5 | [](https://travis-ci.org/php-http/curl-client](https://travis-ci.org/php-http/curl-client](https://travis-ci.org/php-http/curl-client) |
| 6 | [](https://scrutinizer-ci.com/g/php-http/curl-client](https://scrutinizer-ci.com/g/php-http/curl-client](https://scrutinizer-ci.com/g/php-http/curl-client) |
| 7 | [](https://scrutinizer-ci.com/g/php-http/curl-client](https://scrutinizer-ci.com/g/php-http/curl-client](https://scrutinizer-ci.com/g/php-http/curl-client) |
| 8 | [](https://packagist.org/packages/php-http/curl-client](https://packagist.org/packages/php-http/curl-client](https://packagist.org/packages/php-http/curl-client) |
| 9 | |
| 10 | The cURL client use the cURL PHP extension which must be activated in your `php.ini`. |
| 11 | |
| 12 | |
| 13 | ## Install |
| 14 | |
| 15 | Via Composer |
| 16 | |
| 17 | ``` bash |
| 18 | $ composer require php-http/curl-client |
| 19 | ``` |
| 20 | |
| 21 | ## Documentation |
| 22 | |
| 23 | Please see the [](http://docs.php-http.org/en/latest/clients/curl-client.htmlofficial documentation](http://docs.php-http.org/en/latest/clients/curl-client.html](http://docs.php-http.org/en/latest/clients/curl-client.html). |
| 24 | |
| 25 | ## Testing |
| 26 | |
| 27 | ``` bash |
| 28 | $ composer test |
| 29 | ``` |
| 30 | |
| 31 | ## Contributing |
| 32 | |
| 33 | Please see [](CONTRIBUTING.mdCONTRIBUTING](CONTRIBUTING.md](CONTRIBUTING.md) and [](CONDUCT.mdCONDUCT](CONDUCT.md](CONDUCT.md) for details. |
| 34 | |
| 35 | |
| 36 | ## Security |
| 37 | |
| 38 | If you discover any security related issues, please contact us at |
| 39 | [](mailto:security@php-http.orgsecurity@php-http.org](mailto:security@php-http.org](mailto:security@php-http.org). |
| 40 | |
| 41 | |
| 42 | ## License |
| 43 | |
| 44 | The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information. |
| 45 |