eventjet / laminas-mezzio-config-module
Laminas module which loads Mezzio ConfigProviders
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/eventjet/laminas-mezzio-config-module
Requires
- php: ^7.4
- laminas/laminas-config-aggregator: ^1.2
Requires (Dev)
- eventjet/coding-standard: ^3.1
- infection/infection: ^0.16
- maglnet/composer-require-checker: ^2.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.5
- phpstan/phpstan-phpunit: ^0.12.6
- phpstan/phpstan-strict-rules: ^0.12.1
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^3.8
This package is auto-updated.
Last update: 2025-09-24 00:43:37 UTC
README
Laminas module which loads ConfigProvider
classes uses in Mezzio.
Installation
composer require eventjet/laminas-mezzio-config-module
After installation, copy the empty config file into your application:
cp vendor/eventjet/laminas-mezzio-config-module/config/mezzio-modules.config.php ./config/
Then, add your ConfigProvider
s to the array in config/mezzio-modules.config.php
.