danielmaier/consoleutility 1.1.3

Easy to use base-package made for developing CLI-Applications in Magento 2

Type

magento2-module

License

GPL-3.0-or-later

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 - Console Utility

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.