Download the PHP package rakit/console without Composer
On this page you can find all versions of the php package rakit/console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rakit/console
More information about rakit/console
Files in rakit/console
Download rakit/console
More information about rakit/console
Files in rakit/console
Vendor rakit
Package console
Short Description PHP Simple Library to Create Command Line Interface Application
License MIT
Package console
Short Description PHP Simple Library to Create Command Line Interface Application
License MIT
Please rate this library. Is it a good library?
Informations about the package console
Rakit Console
Rakit Console is simple PHP library to create Command Line Interface (CLI) Application. This library strongly inspired by Laravel Artisan Console.
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
Just run this composer command:
Quickstart
1. Create App
Create a file named cli
(without extension).
2. Running Command
Open terminal/cmd, go to your app directory, run this command:
3. Command List
You can see available commands by typing this:
4. Show Help
You can show help by putting --help
or -h
for each command. For example:
All versions of console with dependencies
PHP Build Version
Package Version
No informations.
The package rakit/console contains the following files
Loading the files please wait ....