Welcome to the PHP Console Standard Edition - a fully-functional Symfony console application that you can use as the skeleton for your new applications.
composer create-project inviqa/php-console-standard my-cli-tool
The PHP Console Standard Edition is configured with the following defaults:
-
A HelloWorld console command
-
A CLI entrypoint for the console application
It comes pre-configured with the following development tools:
-
Behat - For BDD feature verification
-
PHPSpec - For BDD specification verification
Enjoy!