Sends Magento 2 logs to an OpenTelemetry (OTLP) endpoint. Supports providers like Middleware, Honeycomb, OpenObserve, Dynatrace, and Grafana Cloud.
Developer Tools
Debugging, profiling, testing, migrations, code generation
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.
Looking for contributors - Help fix build issues
Provides CLI commands to cleanup unused product, category, and swatches media files. Also removes illegal media gallery entries and fixes missing product image references.
Allows admins to test Magento 2 email sending. Helps verify email configuration and delivery.
Allows rendering of additional templates within a block, before, after, or nested within the original template. Configure templates and their positions via layout XML.
Provides utilities to simplify Magento 2 integration testing. Includes helper functions, traits with PHPUnit assertions, and tools for managing test configurations.
Validates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.
Provides a declarative fixture library for Magento 2 integration tests. Simplifies creation of customers, products, carts, and orders with configurable builders.
Manages Magento 2 database variables using files. Allows sharing, versioning, and environment-specific configuration.
Logs and analyzes all REST API calls made to your Magento store. Provides detailed request and response information for debugging and monitoring.
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.
Allows admins to view, search, download, and delete log files directly from the Magento admin panel. Simplifies log management without requiring server access.