Download the PHP package simsoft/console without Composer
On this page you can find all versions of the php package simsoft/console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package console
Simsoft Console
A console application wrapper from Symfony/Console, inspired by Laravel.
- Installation
- Basic Usage
- Create Simple Command
- Create Closure Command
- Console Input (Arguments and Options)
- Formatter Helper (Writing Output)
- Question Helper
- Table and Progress Bar
- How to Call Other Commands
- How to Call a Command from a Controller
Installation
Basic Usage
Setup in bootstrap or entry script file.
console.php
Create Simple Command
Create a simple HelloWorldCommand class.
Execute the following command in console window.
Create Closure Command
Example Usage
Execute the closure command
Define closure command with description.
Define closure command with inputs.
Console Input (Arguments and Options)
For detail tutorial, please refer to Symfony Console: Console Input (Arguments & Options).
Formatter Helper (Writing Output)
Question Helper
Table and Progress Bar
Tables
Progress Bar
Customize Progress Bar
How to Call Other Commands
How to Call a Command from a Controller
Register commands in bootstrap index.php
Execute command
License
The Simsoft Validator is licensed under the MIT License. See the LICENSE file for details
All versions of console with dependencies
PHP Build Version
Package Version
The package simsoft/console contains the following files
Loading the files please wait ....