File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- #CurlHttp
1
+ #CurlHttp
2
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/phpcurl/curlhttp.svg )] ( https://packagist.org/packages/phpcurl/curlhttp )
3
+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/phpcurl/curlhttp.svg )] ( https://packagist.org/packages/phpcurl/curlhttp )
4
+ [ ![ Travis Build] ( https://travis-ci.org/phpcurl/curlhttp.svg?branch=master )] ( https://travis-ci.org/phpcurl/curlhttp )
5
+ [ ![ SensioLabs Insight] ( https://img.shields.io/sensiolabs/i/bec0987d-5d9e-4895-9a34-435d5191710c.svg )] ( https://insight.sensiolabs.com/projects/bec0987d-5d9e-4895-9a34-435d5191710c )
6
+
7
+
2
8
The simplest cURL HTTP client for PHP
3
9
4
10
##Install
Original file line number Diff line number Diff line change 12
12
syntaxCheck =" true" >
13
13
<testsuites >
14
14
<testsuite name =" Main" >
15
- <directory >./test</directory >
15
+ <directory >test</directory >
16
+ <exclude >test/HttpClientFunctionalTest.php</exclude >
16
17
</testsuite >
17
18
</testsuites >
18
19
<filter >
You can’t perform that action at this time.
0 commit comments