Skip to content

A component module that integrates the Symfony Console with the Laminas Framework

License

Notifications You must be signed in to change notification settings

alex-patterson-webdev/laminas-symfony-console

Repository files navigation

Arp\LaminasSymfonyConsole

About

A component module that integrates the Symfony Console with the Laminas Framework.

Installation

Installation via composer.

require alex-patterson-webdev/laminas-symfony-console ^0.1

In order integrate with Laminas MVC, please add the module namespace to the modules.config.php of your laminas application.

// moudle.config.php
return [    
    // .... other module namespaces
    
    'Arp\\LaminasConsole',
];

About

A component module that integrates the Symfony Console with the Laminas Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages