fnayou / master-cli
minimalistic cli tool made with fnayou/slave (based on symfony/console)
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:framework
Requires
- php: >=5.6.0
- fnayou/slave: ^1.0
- symfony/debug: ^3.1
Requires (Dev)
- escapestudios/symfony2-coding-standard: ^2.9
- fnayou/standards: ^1.0
- friendsofphp/php-cs-fixer: ^1.12
- phpunit/phpunit: 5.1.4
- symfony/debug: ^3.1
- symfony/var-dumper: ^3.1
This package is auto-updated.
Last update: 2024-06-12 03:39:00 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