File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- # php-curl-class
1
+ # PHP Curl Class: HTTP requests made easy
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/php-curl-class/php-curl-class.png?branch=master )] ( https://travis-ci.org/php-curl-class/php-curl-class )
4
4
5
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
6
7
- ### Composer
7
+ ### Installation
8
+
9
+ To install PHP Curl Class, simply:
8
10
9
11
$ composer require php-curl-class/php-curl-class
10
- $ composer require php-curl-class/php-curl-class:dev-master # Development version
11
12
12
13
### Quick Start and Examples
13
14
@@ -222,3 +223,10 @@ MultiCurl::success($callback)
222
223
MultiCurl::unsetHeader($key)
223
224
MultiCurl::verbose($on = true)
224
225
```
226
+
227
+ ### Contribute
228
+ 1 . Check for open issues or open a new issue to start a discussion around a bug or feature.
229
+ 1 . Fork the repository on GitHub to start making your changes.
230
+ 1 . Write one or more tests for the new feature or that expose the bug.
231
+ 1 . Make code changes to implement the feature or fix the bug.
232
+ 1 . Send a pull request to get your changes merged and published.
You can’t perform that action at this time.
0 commit comments