Provides a declarative fixture library for Magento 2 integration tests. Simplifies creation of customers, products, carts, and orders with configurable builders.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Manages Magento 2 database variables using files. Allows sharing, versioning, and environment-specific configuration.
Looking for contributors - Help fix build issues
Filters out configured message patterns from being written to Magento logs, useful for suppressing bot-triggered exceptions that would otherwise flood log files.
Adds 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.
Logs and analyzes all REST API calls made to your Magento store. Provides detailed request and response information for debugging and monitoring.
Looking for contributors - Help fix build issues
Simplifies HTMX integration by providing structured controllers, events, and view models for streamlined dynamic HTML responses. Offers utilities for handling HTMX requests and managing response headers.
Adds attachment support to Magento's mail TransportBuilder and enables attaching files to sales order emails via observers, for sending invoices or documents with transactional emails.
Looking for contributors - Help fix build issues
Optimizes Magento 2 GraphQL performance with DataLoader-based batch loading to prevent N+1 queries, multi-level caching with cache warming, and query-complexity and performance monitoring.
Looking for contributors - Help fix build issues
Generates ready-to-use Magento 2 modules — with admin CRUD operations and frontend listing/detail pages — and full themes from the command line, scaffolding the complete file and folder structure.
Looking for contributors - Help fix build issues
Archives Magento log files into .gz archives under var/log/archive, on a configurable cron schedule or on demand via a CLI command.
Allows admins to view, search, download, and delete log files directly from the Magento admin panel. Simplifies log management without requiring server access.
A faster drop-in replacement for bin/magento cache:clean with a file watcher