File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 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
22
33[ ![ 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 )
44
55PHP 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.
66
7- ### Composer
7+ ### Installation
8+
9+ To install PHP Curl Class, simply:
810
911 $ composer require php-curl-class/php-curl-class
10- $ composer require php-curl-class/php-curl-class:dev-master # Development version
1112
1213### Quick Start and Examples
1314
@@ -222,3 +223,10 @@ MultiCurl::success($callback)
222223MultiCurl::unsetHeader($key)
223224MultiCurl::verbose($on = true)
224225```
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