dreamfactory/console-tools

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

Installs: 1 506

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 10

Forks: 1

Open Issues: 1

pkg:composer/dreamfactory/console-tools

1.0.2 2016-05-16 17:47 UTC

This package is auto-updated.

Last update: 2025-10-07 03:03:49 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