minimalistic cli tool made with Slave based on symfony/console
. it offer :
- auto registration of commands
- auto load of parameters/configuration from
app\config.yml
- full working logging system using
Monolog
MasterCli offer all that you want to start a quick and small console based project.
- 08/2016 : v1.0.0
- 12/2016 : v1.0.1 : move to the github
MasterCli uses a number of open source projects to work properly:
- Slave - Slave is a minimalistic application base on symfony/console.
- Symfony Components - bunch of Symfony components.
- Pimple - PHP Dependency Injection Container.
- Monolog - Logging for PHP.
You need composer:
$ php composer install
and next, all you have to do is :
$ php slave list
- lot of things
MIT
© 2015 Aymen Fnayou