fnayou/master-cli

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

dev-master 2016-12-11 00:05 UTC

This package is auto-updated.

Last update: 2024-04-12 03:21:05 UTC


README

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