Googletagmanager2
yireo/magento2-googletagmanager2Implements Google Tag Manager in Magento 2. Supports GA4, click events, and offers extensibility.
Emailtester2
yireo/magento2-emailtester2Allows admins to test Magento 2 email sending. Helps verify email configuration and delivery.
Whoops
yireo/magento2-whoopsAdds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
NextGenImages
yireo/magento2-next-gen-imagesMagento 2 module to add next-gen image support to Magento 2.
WebP
yireo/magento2-webp2This extension adds WebP support to Magento 2.
Extensionchecker
yireo/magento2-extensioncheckerValidates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.
Checkouttester2
yireo/magento2-checkouttester2Provides tools for testing the Magento 2 checkout process. Simplifies checkout testing and debugging.
Taxratesmanager2
yireo/magento2-taxratesmanager2Manages tax rates within Magento 2. Provides tools to configure and maintain tax rates effectively.
Theme Commands
yireo/magento2-theme-commandsAdds CLI commands to manage Magento 2 themes. Allows listing, assigning, and creating themes from the command line.
Disable Csp
yireo/magento2-disable-cspDisables Content Security Policy (CSP) in Magento 2. Simplifies disabling CSP for shops where it's not required.
Yireo Enable Module Sequence
yireo/magento2-enable-module-sequenceAdds a bin/magento module:sequence command that enables a module together with all the dependencies declared in its module.xml sequence in a single step.
Additional Block Template
yireo/magento2-additional-block-templateAllows rendering of additional templates within a block, before, after, or nested within the original template. Configure templates and their positions via layout XML.
Yireo HtmlHints
yireo/magento2-html-hintsAdds HTML comments to the rendered page output identifying the block class and template behind each section, helping developers locate the source of frontend markup.
Yireo DumpCmsContent
yireo/magento2-dump-cms-contentAdds a CLI command (cms:dump) that exports all CMS pages and blocks to var/cms-output, enabling Tailwind CSS purge in Hyva builds to detect classes used inside database-stored content.
Disablelog2
yireo/magento2-disablelog2Disables Magento 2 core logging to improve performance. Reduces unnecessary database writes and file system operations.
Yireo CSP Inspector
yireo/magento2-csp-inspectorCLI tool that inspects and reports the Content-Security-Policy headers generated for a given Magento URL and policy, making CSP values easier to review than digging through the browser.
Csp Whitelist Inline Js
yireo/magento2-csp-whitelist-inline-jsAdds nonces to inline scripts in PHTML templates to comply with Content Security Policy (CSP) directives. Allows whitelisting blocks via layout XML or DI plugin.
Yireo Module Duplicator
yireo/magento2-module-duplicatorDuplicates an existing Magento 2 module from a template to scaffold a brand-new module, speeding up module creation for developers.
Loki Components
yireo/magento2-loki-componentsFramework of enhanced Alpine.js components for Magento that automate backend-handled AJAX calls, with filtering, validation, and updating multiple HTML elements at once.
Custom Graph Ql Query Limiter
yireo/magento2-custom-graph-ql-query-limiterCustomizes GraphQL query depth and complexity limits via the Magento admin panel. Allows easier testing by enabling these settings in developer mode.
Autoflushcache
yireo/magento2-autoflushcacheAutomatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Yireo Hyva Theme Auto Registration
yireo/magento2-hyva-theme-auto-registrationSimplifies registering a module's own tailwind.config.js in the global Hyvä Themes Tailwind configuration, providing an observer that auto-registers modules by name or prefix without per-module boilerplate.
Yireo ThemeByRoute
yireo/magento2-theme-by-routeLoads a specific theme per route based on an app/etc/theme-by-route.json file, with advanced per-website and per-store scope rules for fine-grained theme selection.
Linkpreload
yireo/magento2-linkpreloadAdds HTTP Link headers for resource preloading, improving page load times with HTTP/2. Allows browsers to discover and prioritize key resources.
Yireo EAV Attribute Manager
yireo/magento2-eav-attribute-managerLets administrators create, edit, and manage EAV attributes directly from the Magento 2 admin panel.
Yireo LogExcludes
yireo/magento2-log-excludesFilters out configured message patterns from being written to Magento logs, useful for suppressing bot-triggered exceptions that would otherwise flood log files.
Yireo Tablerate Commands
yireo/magento2-tablerate-commandsAdds CLI commands to manage Magento 2 shipping table rates, allowing you to list, export to CSV, and import table rates per website directly from the command line.
Yireo Additional Language File
yireo/magento2-additional-language-fileLets a theme load a second i18n language file (e.g. en_US_additional.csv) on top of the standard one, so child themes can override specific translation strings without editing the inherited file.
Csp Utilities
yireo/magento2-csp-utilitiesProvides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
Integration Test Helper
yireo/magento2-integration-test-helperProvides utilities to simplify Magento 2 integration testing. Includes helper functions, traits with PHPUnit assertions, and tools for managing test configurations.
Yireo GraphQL Schema Manipulation
yireo/magento2-graph-ql-schema-manipulationProvides a framework to manipulate the Magento 2 GraphQL schema before it is used, letting developers remove or alter fields and endpoints added by other extensions.
Yireo DevHacks
yireo/magento2-devhacksCollection of developer convenience hacks for Magento 2, such as skipping core PHTML template path validation when symlinking local repositories via Composer path repositories.
Yireo TestGenerator
yireo/magento2-test-generatorGenerates unit or integration test scaffolding for an existing Magento module via a CLI command, with options to target specific classes and override existing tests.
removal of all optional modules
yireo/magento2-replace-allA composer meta-package that removes numerous Magento 2 modules
Yireo ThemeOverrideChecker
yireo/magento2-theme-override-checkerMagento module to find all files of a given Magento theme (for example Magento/luma), compare the found files with the parent theme (and/or modules) and return whether there are differences or not.
Graph Ql Rate Limiting
yireo/magento2-graph-ql-rate-limitingLimits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Yireo SalesBlock2
yireo/magento2-salesblock2Prevents Magento orders from being placed based on configurable rules, with pluggable matchers for blocking by IP, email, or geolocation.
Yireo DeleteAnyOrder
yireo/magento2-deleteanyorder2Adds the ability to permanently delete any order, shipment, or invoice in Magento, including resetting related stock and increment IDs.
Yireo Live Test Runner
yireo/magento2-live-test-runnerRuns PHPUnit-based "live" tests against a real Magento environment, booting the full application (database, caching) so developers can debug and verify behaviour on a copy of a production site.
CheckoutTester module
yireo/yireo_checkouttester2A simple extension to preview the checkout success-page at any time.
DisableLog2
yireo/yireo_disablelog2This module disables various log attempts of the Magento core, improving performance slightly.