Download the PHP package yusukezzz/consolet without Composer
On this page you can find all versions of the php package yusukezzz/consolet. 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 consolet
Consolet
simple cui application framework
install
composer require yusukezzz/consolet:dev-master
usage
add your command
exec in terminal
$ php cmd.php hello
Hello World!
using DI Container (Pimple)
generate new command
$ php cmd.php generate:command hoge --output=path/to/commands
output: /path/to/commands/HogeCommand.php
Command created successfully.
License
MIT
All versions of consolet with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/console Version 4.2.*
illuminate/support Version 4.2.*
illuminate/filesystem Version 4.2.*
symfony/process Version 2.4.*
pimple/pimple Version 3.*
illuminate/console Version 4.2.*
illuminate/support Version 4.2.*
illuminate/filesystem Version 4.2.*
symfony/process Version 2.4.*
pimple/pimple Version 3.*
The package yusukezzz/consolet contains the following files
Loading the files please wait ....