dreamfactory/console-tools

A library of helper classes for working with the Symfony2 Console component.

1.0.2 2016-05-16 17:47 UTC

This package is auto-updated.

Last update: 2024-04-06 23:17:20 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This is a library of helper classes for DreamFactory command line utilities using the Symfony Console.

Installation

Add a line to your "require" section in your composer configuration:

"require":           {
	"dreamfactory/console-tools": "*"
}

Run a composer update:

$ composer update