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

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

simsoft/console
===============

Console application wrapper of Symfony/Console, inspired by Laravel.

1.0.5(1y ago)0228MITPHPPHP ^8

Since Apr 4Pushed 1y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (9)Used By (0)

Simsoft Console
===============

[](#simsoft-console)

A console application wrapper from Symfony/Console, inspired by Laravel.

1. [Installation](#installation)
2. [Basic Usage](#basic_usage)
    1. [Create Simple Command](#simple_command)
    2. [Create Closure Command](#closure_command)
3. [Console Input (Arguments and Options)](#console_input)
4. [Formatter Helper (Writing Output)](#formatter_helper)
5. [Question Helper](#question_helper)
6. [Table and Progress Bar](#table_progress_bar)
7. [How to Call Other Commands](#call_other_commands)
8. [How to Call a Command from a Controller](#call_from_controller)

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

[](#installation)

```
composer require simsoft/console
```

Basic Usage
------------------------------------------------

[](#basic-usage)

Setup in bootstrap or entry script file.

###### console.php

[](#consolephp)

```
