dreamfactory / console-tools
A library of helper classes for working with the Symfony2 Console component.
1.0.2
2016-05-16 17:47 UTC
Requires
- dreamfactory/php-utils: ~1.1
- illuminate/console: ~5.1
- illuminate/contracts: ~5.1
- illuminate/database: ~5.1
- symfony/framework-bundle: ~2.4
Requires (Dev)
- phpunit/phpunit: @stable
This package is auto-updated.
Last update: 2026-03-07 03:54:17 UTC
README
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