fnayou/slave

minimalistic cli tool made with symfony/console and w/o silex

1.0.2 2016-11-26 11:36 UTC

This package is auto-updated.

Last update: 2024-04-12 03:29:33 UTC


README

Slave is a minimalistic application base on symfony/console and exclusively for MasterCli micro framework. it use :

  • Symfony components (config, event dispatcher, finder, etc.)
  • Pimple
  • Monolog

Slave have some pre registered providers :

  • Configuration :
    • initiate Pimple Container
    • look for app/config.yml and load default/custom configuration parameters
  • EventDispatcher : initiate an instance of the event dispatcher
  • Logger : initiate (or not) Monlog according to the given parameters within app/config

Better use Slave with MasterCli micro framework

Version

  • 08/2016 : v1.0.0
  • 08/2016 : v1.0.1

Technologies

Slave uses a number of open source projects to work properly:

Installation

You need composer:

$ php composer require fnayou/slave

Todo

  • lot of things

License

MIT

© 2015 [Aymen Fnayou Inc.]