fnayou / master-cli

minimalistic cli tool made with fnayou/slave (based on symfony/console)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MasterCli

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.

Version

  • 08/2016 : v1.0.0
  • 12/2016 : v1.0.1 : move to the github

Technologies

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.

Installation

You need composer:

$ php composer install

and next, all you have to do is :

$ php slave list

Todos

  • lot of things

License

MIT

© 2015 Aymen Fnayou

About

minimalistic cli tool made with fnayou/slave (based on symfony/console)


Languages

Language:PHP 100.0%