Speeds up the creation of admin grids and forms in Magento 2. Simplifies UI component development for faster admin panel customization.
No Errors in Developer Tools
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Apollo Sandbox for GraphQL
reach-digital/magento2-apollo-sandbox 55
Embeds Apollo Sandbox at a configurable URL path for easier debugging and exploration of Magento GraphQL queries, with xdebug cookie helper support.
Connects your Magento 2 store to AI assistants like Claude and ChatGPT via the Model Context Protocol (MCP). Enables natural language querying of orders, products, customers, inventory, and system health with flexible filtering and aggregation.
Provides a CLI toolkit to simplify Magento theme development. Offers commands for building, watching, and managing themes, including Hyvä and TailwindCSS.
Allows admins to test Magento 2 email sending. Helps verify email configuration and delivery.
Manages Content Security Policy rules via Magento CLI, storing them in env.php for environment-specific control without database access. Includes automatic CSP header splitting to avoid size limits on servers.
Db Override
reessolutions/db-override 85
Enables Magento 2 to connect to MariaDB versions 10.5-11.x for development. Allows usage of newer MariaDB versions that are not officially supported.
Adds a status bar that appears when the cache is outdated, with a single Smart Clear button to flush the right cache types from any page without visiting Cache Management.
Duplicates an existing Magento 2 module from a template to scaffold a brand-new module, speeding up module creation for developers.
Adds 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.
Custom Config Fields for Magento 2
netresearch/config-fields-m2 74
Provides custom field types and frontend models for system configuration, such as checkbox sets, radio sets, and info boxes. Allows developers to use more flexible input types in Magento 2 configurations.