inviqa/php-console-standard

A standard template for a PHP console app using Symfony\Component\Console

v0.9.1 2018-12-11 09:14 UTC

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!