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

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

rakit/console
=============

PHP Simple Library to Create Command Line Interface Application

v0.1.3(8y ago)61.4k11MITPHP

Since Feb 22Pushed 8y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (7)Used By (1)

Rakit Console
=============

[](#rakit-console)

Rakit Console is simple PHP library to create Command Line Interface (CLI) Application. This library strongly inspired by [Laravel Artisan Console](https://laravel.com/docs/5.4/artisan).

Features
--------

[](#features)

- Closure command. You don't need to create class for simple command.
- Built-in command `list`.
- Auto help handler for each commands.
- Easy command signature.
- Password input.
- Simple Coloring.

Installation
------------

[](#installation)

Just run this composer command:

```
composer require rakit/console
```

Quickstart
----------

[](#quickstart)

#### 1. Create App

[](#1-create-app)

Create a file named `cli` (without extension).

```
