inviqa / php-console-standard
A standard template for a PHP console app using Symfony\Component\Console
Package info
github.com/inviqa/php-console-standard
Type:project
pkg:composer/inviqa/php-console-standard
v0.9.1
2018-12-11 09:14 UTC
Requires
- php: >=5.6
- inviqa/composer-seeder-plugin: ^0.1.2
README
Welcome to the PHP Console Standard Edition - a fully-functional Symfony console application that you can use as the skeleton for your new applications.
Usage
composer create-project inviqa/php-console-standard my-cli-tool
What's inside?
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!