Adds real-time log monitoring and analysis directly in the Magento admin panel. Supports multiple log files, auto-refresh intervals, error-only filtering, and adjustable line limits for quick debugging without external tools.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Adds delayed message publishing to Magento's message queue system, allowing queue messages to be scheduled for processing after a configurable number of minutes. Includes a cron job and CLI command for publishing delayed messages.
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.
Enhances Magento 2 system logging with contextual metadata (file, line, class) and real-time alerts via Email and Telegram using Monolog processors and handlers for easier debugging.
Displays a configurable visual environment indicator on every Magento admin page to help developers and administrators immediately identify which environment (staging, production, local) they are working in.
Embeds Apollo Sandbox at a configurable URL path for easier debugging and exploration of Magento GraphQL queries, with xdebug cookie helper support.
Injects noindex, nofollow meta tags and Magento design config to prevent search engines from indexing the Magento store. Useful for staging and development environments.
Logs all web API REST calls made to your Magento instance. Provides detailed request and response information for analysis and debugging.
Provides CLI commands that wrap Magento's native ImportExport pipeline, enabling large catalog imports (products, customers) via the command line without Admin UI timeouts. Supports validation, configurable CSV options, and batch processing.
Looking for contributors - Help fix build issues
Provides a centralized documentation viewer in the Magento admin panel. Modules can register Markdown-based documentation via XML configuration, with support for search, ACL-protected sections, and custom icons.
Exposes a REST API endpoint to retrieve printable invoice PDFs as base64-encoded data, extending the native Magento invoice API.
Looking for contributors - Help fix build issues
Logs incoming GraphQL request metadata (queries, variables, URLs) to a dedicated log file with configurable sensitive data redaction and authorization-based filtering. Built for debugging headless storefronts and third-party integrations.
Looking for contributors - Help fix build issues