This is a Composer plugin that preloads PHP code to improve performance by utilizing the opcache feature. It generates a vendor/preload.php file that includes calls to warm up the opcache, scanning specified directories for PHP files to include. Installation and configuration instructions are detailed for effective use.
30 Sep 2025
This is a Composer plugin that dynamically generates the NonComposerComponentRegistration.php file based on glob patterns, useful for monorepo projects. It supports an exclusion configuration to selectively disable modules without removing them from the codebase and operates automatically during Composer install and update commands.
30 Sep 2025
This plugin creates a global registration.php file to optimize component discovery for configuration management in e-commerce platforms. It requires installation via Composer and is designed to improve autoloading of components. The project is open-source and licensed under MIT, providing an efficient solution for developers.
04 Jul 2025
Plugins are the brand new way of extending Magento 2 and, as often happens according to the law of the instrument, if all we have is a hammer, everything looks like a nail. This article will see the main differences between the good old events and plugins and when it still makes sense to use events instead of plugins to hook our customizations.
Want to modify Magento 2 class behavior without changing core files? In this video, we dive into Plugins (Interceptors)—one of the most powerful customization techniques in Magento 2.
24 Feb 2025
Plugins in Magento 2 are like secret agents — they step in, tweak behaviour, and vanish without leaving a trace. Whether you’re a beginner looking to understand how plugins work or an expert refining your customizations, this guide will help you master Magento 2 plugins without breaking a sweat. Let’s dive in and unleash the power of interceptors!
10 Dec 2024