Skip to content

Commit

Permalink
Added Travis-CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kamermans committed Aug 13, 2016
1 parent 79e7040 commit a4dee58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
command
kamermans/command
=======

[![Build Status](https://travis-ci.org/kamermans/command.svg?branch=master)](https://travis-ci.org/kamermans/command)

External command runner / executor for PHP. This is an object oriented, robust replacement for `exec`, `shell_exec`, the backtick operator and the like.

**This package does not work reliably in Windows due to a lack of complete `proc_open()` support in PHP**

> This package is inspired by http://pollinimini.net/blog/php-command-runner/.
## Running Commands
Expand Down

0 comments on commit a4dee58

Please sign in to comment.