We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5943de6 commit 02343d9Copy full SHA for 02343d9
README.md
@@ -1,13 +1,14 @@
1
-# php-curl-class
+# PHP Curl Class: HTTP requests made easy
2
3
[](https://travis-ci.org/php-curl-class/php-curl-class)
4
5
PHP Curl Class is an object-oriented wrapper of the PHP cURL extension that makes it easy to send HTTP requests and integrate with web APIs.
6
7
-### Composer
+### Installation
8
+
9
+To install PHP Curl Class, simply:
10
11
$ composer require php-curl-class/php-curl-class
- $ composer require php-curl-class/php-curl-class:dev-master # Development version
12
13
### Quick Start and Examples
14
0 commit comments