PHPackages                             yeriomin/console-app - 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. yeriomin/console-app

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

yeriomin/console-app
====================

A skeleton PHP console app with helpers for logging, running in a single instance, console input parameters.

v1.1(11y ago)1233MITPHPPHP &gt;=5.3.0

Since Dec 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/yeriomin/console-app)[ Packagist](https://packagist.org/packages/yeriomin/console-app)[ RSS](/packages/yeriomin-console-app/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

console-app
===========

[](#console-app)

[![Latest Version](https://camo.githubusercontent.com/7cc36898f5845751da489b145233907d8f27e32409f5e5e345ee0ebb416f7ba0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796572696f6d696e2f636f6e736f6c652d6170702e737667)](https://packagist.org/packages/yeriomin/console-app)[![Build Status](https://camo.githubusercontent.com/7516a23b910b442cbaceb5695c2454f18998442c95190ddf9a8d67ae6527285a/68747470733a2f2f7472617669732d63692e6f72672f796572696f6d696e2f636f6e736f6c652d6170702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yeriomin/console-app)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c626dd70a9445ee8fcb643d0846650f9ed46d20a76fdd0a819bb0af934cd4704/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f796572696f6d696e2f636f6e736f6c652d6170702f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/yeriomin/console-app)

A skeleton PHP console app.

Usage
-----

[](#usage)

Install console-app as a dependency

`$ composer require yeriomin/console-app`

Extend `\Yeriomin\ConsoleApp\ConsoelApp` class and implement the `run()` method.

```
