dreamfactory / console-tools
A library of helper classes for working with the Symfony2 Console component.
Installs: 1 505
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 13
Forks: 1
Open Issues: 1
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: 2024-11-07 01:03:24 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