Skip to content

Commit a4dee58

Browse files
committed
Added Travis-CI badge
1 parent 79e7040 commit a4dee58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
command
1+
kamermans/command
22
=======
33

4+
[![Build Status](https://travis-ci.org/kamermans/command.svg?branch=master)](https://travis-ci.org/kamermans/command)
5+
46
External command runner / executor for PHP. This is an object oriented, robust replacement for `exec`, `shell_exec`, the backtick operator and the like.
57

8+
**This package does not work reliably in Windows due to a lack of complete `proc_open()` support in PHP**
9+
610
> This package is inspired by http://pollinimini.net/blog/php-command-runner/.
711
812
## Running Commands

0 commit comments

Comments
 (0)