alex-patterson-webdev/laminas-symfony-console

Symfony console application integration to the Laminas Framework

Maintainers

Package info

github.com/alex-patterson-webdev/laminas-symfony-console

pkg:composer/alex-patterson-webdev/laminas-symfony-console

Statistics

Installs: 241

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master 2020-07-20 12:14 UTC

This package is auto-updated.

Last update: 2026-03-01 00:32:15 UTC


README

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',
];