PHPackages                             zein/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. [CLI &amp; Console](/categories/cli)
4. /
5. zein/console

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

zein/console
============

Console library for PHP

v1.1.1(3y ago)0661GPL-3.0PHPPHP &gt;=7.4

Since Mar 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/drajathasan/zein-console)[ Packagist](https://packagist.org/packages/zein/console)[ RSS](/packages/zein-console/feed)WikiDiscussions main Synced today

READMEChangelog (6)DependenciesVersions (7)Used By (1)

Zein\\Console
=============

[](#zeinconsole)

library for running php in cli. Inspired from symphony/console.

### How to

[](#how-to)

Before you start to use this library, please make your autoload.php to make App and Commands namespace.

#### Directory structure

[](#directory-structure)

```
app
---- AppConsole.php
commands
---- Make.php
app.php
vendor

```

#### Make.php

[](#makephp)

```
