alex-patterson-webdev / laminas-symfony-console
Symfony console application integration to the Laminas Framework
Installs: 240
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/alex-patterson-webdev/laminas-symfony-console
Requires
- php: >=7.4
- alex-patterson-webdev/laminas-factory: ^1
- laminas/laminas-mvc: ^3.1
- symfony/console: ^5.1
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-09-29 02:20:49 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',
];