inviqa / php-console-standard
A standard template for a PHP console app using Symfony\Component\Console
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 17
Forks: 2
Open Issues: 0
Type:project
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!