File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Curl client for PHP HTTP
2
+
3
+ [ ![ Latest Version] ( https://img.shields.io/github/release/php-http/curl-client.svg?style=flat-square )] ( https://github.com/php-http/curl-client/releases )
4
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5
+ [ ![ Build Status] ( https://img.shields.io/travis/php-http/curl-client.svg?style=flat-square )] ( https://travis-ci.org/php-http/curl-client )
6
+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/curl-client.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/curl-client )
7
+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/curl-client.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/curl-client )
8
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/curl-client.svg?style=flat-square )] ( 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
+ ## Usage
22
+
23
+ TODO
24
+
25
+ ## Testing
26
+
27
+ ``` bash
28
+ $ phpunit
29
+ ```
30
+
31
+ ## Contributing
32
+
33
+ Please see [ CONTRIBUTING] ( CONTRIBUTING.md ) and [ CONDUCT] ( CONDUCT.md ) for details.
34
+
35
+
36
+ ## Security
37
+
38
+ If you discover any security related issues, please contact us at
39
+ [ security@php-http.org ] ( mailto:security@php-http.org ) .
40
+
41
+
42
+ ## License
43
+
44
+ The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
You can’t perform that action at this time.
0 commit comments