Skip to content

Commit

Permalink
Merge pull request #36 from AchoArnold/patch-1
Browse files Browse the repository at this point in the history
Updated the Readme to add the Installation Step
  • Loading branch information
mikehaertl authored Oct 27, 2018
2 parents 903ee95 + 1d861ce commit 520f89e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ php-shellcommand

php-shellcommand provides a simple object oriented interface to execute shell commands.

## Installing

### Prerequisites

Your php version must be `5.4` or later.

### Installing with composer

This package can be installed easily using composer.

```
composer install mikehaertl/php-shellcommand
```

## Features

* Catches `stdOut`, `stdErr` and `exitCode`
Expand Down

0 comments on commit 520f89e

Please sign in to comment.