laminas/laminas-component-installer
Composer plugin for Laminas and Mezzio apps that automates discovery, installation, and configuration of components/modules. Updates application config during composer install/update to enable packages with minimal manual setup.
composer workflows for package installation (e.g., laminas-component-installer is often used for bootstrapping or dependency resolution in Laravel ecosystems).Adopt if:
laminas/laminas-* packages) or requires custom Composer installer logic.Look elsewhere if:
laravel/installer) over generic Composer plugins.For Executives: "This minor update to the Laminas Composer Installer lets us modernize our PHP stack to 8.5 while cutting legacy support for 8.1—reducing security risks and maintenance costs. It’s a low-risk upgrade that aligns with Laravel’s future and avoids custom work for package management."
For Engineering:
"The 3.7.0 release drops PHP 8.1 and adds 8.5 support. If we’re not using Laminas components or custom installers, this is a non-issue. Otherwise, it’s a critical update to avoid compatibility breaks. Action: Audit composer.json for Laminas dependencies and plan the PHP upgrade path."
How can I help you explore Laravel packages today?