PHPackages                             ftven/cli-common - 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. ftven/cli-common

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

ftven/cli-common
================

Common CLI helpers classes

1.1.2(11y ago)11282[1 issues](https://github.com/francetv/php-cli-common/issues)MITPHP

Since Jul 3Pushed 11y ago16 watchersCompare

[ Source](https://github.com/francetv/php-cli-common)[ Packagist](https://packagist.org/packages/ftven/cli-common)[ Docs](https://github.com/francetv/php-cli-common)[ RSS](/packages/ftven-cli-common/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (7)Versions (6)Used By (0)

PHP CLI COMMON
==============

[](#php-cli-common)

[![Build Status](https://camo.githubusercontent.com/326775324889433198b8efd23ea26b82e774c72cf3d93c1effbc0d9311f23039/68747470733a2f2f7472617669732d63692e6f72672f6672616e636574762f7068702d636c692d636f6d6d6f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/francetv/php-cli-common)

Usage
-----

[](#usage)

Add the dependency in your composer.json :

```
...
"require": {
    ...
    "ftven/cli-common": "1.*"
}

```

Then update your dependency :

```
$ ./composer.phar update ftven/cli-common

```

Then you can use it directly in your scripts :

```
