PHPackages                             cullylarson/local-commands - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. cullylarson/local-commands

ActiveLibrary[CLI &amp; Console](/categories/cli)

cullylarson/local-commands
==========================

A library for executing local shell commands, with support for exit status, standard output, and error output.

v1.0.6(10y ago)21243MITPHPPHP &gt;=5.3.0

Since Sep 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cullylarson/local-commands)[ Packagist](https://packagist.org/packages/cullylarson/local-commands)[ Docs](https://github.com/cullylarson/local-command)[ RSS](/packages/cullylarson-local-commands/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (3)

Local Commands
==============

[](#local-commands)

A library for executing local shell commands, with support for exit status, standard output, and error output. The reason this exists is that there's a lot of boiler plate code necessary if you want to get stuff like error output from a command.

Install
-------

[](#install)

```
curl -s http://getcomposer.org/installer | php
php composer.phar require cullylarson/local-commands

```

Usage
-----

[](#usage)

1. Create an instance of `Cully\Local\Command`.

    ```
