danielmaier / consoleutility
Easy to use base-package made for developing CLI-Applications in Magento 2
Package info
github.com/danielmaier42/Magento2-ConsoleUtility
Type:magento2-module
pkg:composer/danielmaier/consoleutility
1.1.5
2019-07-25 08:50 UTC
Requires
- psr/log: ^1.1
- symfony/console: ^4.1
README
ConsoleUtility is an open source Magento 2 Package made for developing CLI-Applications.
Features
- Dynamically add interactive Questions to your Console Command
- Loop through Collections (event Paged ones) with prettified Output
- Time Measuring for calculating multiple Tasks at once
- PSR conform and enhanced LoggerInterface for easy to use Console Output
Installation
You can safely install this module by Composer:
composer require danielmaier/consoleutility
php bin/magento setup:upgrade
Contributing
Contributions are welcome from everyone if you want to add another feature or discover a bug.