Skip to content

Commit

Permalink
Update installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stil authored May 20, 2017
1 parent bbf9199 commit e708c85
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,10 @@ If you need high speed crawling in your project, you might be interested in stil

## Installation
In order to use cURL-PHP library you need to install the » libcurl package.
It also requires PHP 5.3 or newer and Symfony's EventDispatcher 2.1.* or newer.

[Composer](http://getcomposer.org) is recommended for installation.
```json
{
"require": {
"stil/curl-easy": "*"
}
}
Install this library as [Composer](http://getcomposer.org) package with following command:
```bash
composer require stil/curl-easy
```
## Examples
### Single request with blocking
Expand Down

0 comments on commit e708c85

Please sign in to comment.