We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903ee95 commit 46dfa07Copy full SHA for 46dfa07
README.md
@@ -9,6 +9,20 @@ php-shellcommand
9
10
php-shellcommand provides a simple object oriented interface to execute shell commands.
11
12
+## Installing
13
+
14
+### Prerequisites
15
16
+Your php version must be `5.4` or later.
17
18
+### Installing with composer
19
20
+This package can be installed easily using composer.
21
22
+```
23
+composer install ndolestudio/darksky-php
24
25
26
## Features
27
28
* Catches `stdOut`, `stdErr` and `exitCode`
0 commit comments