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

ActiveLibrary

shaggy8871/console
==================

Console is a lightweight console framework for PHP

1.0.6(6y ago)142.3k2[1 issues](https://github.com/shaggy8871/console/issues)[1 PRs](https://github.com/shaggy8871/console/pulls)1MITPHPPHP &gt;=7.2

Since Feb 27Pushed 5y ago1 watchersCompare

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

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

Console
=======

[](#console)

Console is a lightweight console routing framework for PHP. It's easy to get started, requires almost zero configuration, and can run within existing projects without a major rewrite.

Installation:

In composer.json:

```
"require": {
    "shaggy8871/console": "dev-master"
}

```

Then run:

```
composer install

```

Example console.php file:

```
