laminas/laminas-mvc-console

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-cli package instead.

Integration between laminas-mvc and laminas-console

1.3.0 2020-12-28 09:19 UTC

README

This package is abandoned and will receive no further development!

We recommend using laminas/laminas-cli.

Build Status Coverage Status

laminas-mvc-console provides integration between:

  • laminas-console
  • laminas-mvc
  • laminas-router
  • laminas-view

and replaces the console functionality found in the v2 releases of the latter three components.

Installation

$ composer require laminas/laminas-mvc-console

Assuming you are using the component installer, doing so will enable the component in your application, allowing you to immediately start developing console applications via your MVC. If you are not, please read the introduction for details on how to register the functionality with your application.

For use with laminas-mvc v3 and up

While this component has an initial stable release, please do not use it with laminas-mvc releases prior to v3, as it is not compatible.

Migrating from laminas-mvc v2 console to laminas-mvc-console

Please see the migration guide for details on how to migrate your existing laminas-mvc console functionality to the features exposed by this component.