Skip to content

Commit 7ff5aed

Browse files
committed
Merge pull request php-curl-class#163 from zborboa-google/patch-8
Update installation notes and add contribute section in readme
2 parents 5943de6 + 436a339 commit 7ff5aed

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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

55
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.
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)
222223
MultiCurl::unsetHeader($key)
223224
MultiCurl::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.

0 commit comments

Comments
 (0)