We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfb1ff commit e29c0b9Copy full SHA for e29c0b9
README.md
@@ -1,4 +1,4 @@
1
-#CurlHttp
+# CurlHttp
2
[](https://packagist.org/packages/phpcurl/curlhttp)
3
[](https://packagist.org/packages/phpcurl/curlhttp)
4
[](https://travis-ci.org/phpcurl/curlhttp)
@@ -7,11 +7,11 @@
7
8
The simplest cURL HTTP client for PHP
9
10
-##Install
+## Install
11
Via [composer](https://getcomposer.org):
12
`$ composer require "phpcurl/curlhttp"`
13
14
-##Usage
+## Usage
15
```php
16
<?php
17
use PHPCurl\CurlHttp\HttpClient;
0 commit comments