rushpartners / micro-cli
a small wrapper around silly console micro-framework
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.1.1
2018-04-05 09:21 UTC
Requires
- hassankhan/config: ^0.11.2
- mnapoli/silly-php-di: ^1.1
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2020-05-22 05:45:20 UTC
README
a small wrapper around silly console micro-framework.
What?
This project is a small wrapper that will add .env
, Config
and Providers capabilities to a Symfony Console application.
How
$ php microcli.php [commandName] ...args|options
builtin example
$ php microcli.php version
app version: 0.1
↑ the version is coming from config/app.json
.