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.
Developer Tools
Debugging, profiling, testing, migrations, code generation
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 to send all Magento transactional emails for testing and debugging, with options to filter by module, send single templates, scan for new core templates, and discover third-party email templates.
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.
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.
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
Provides a flexible asset rendering API for scripts and stylesheets with support for inline and external rendering, async/defer loading strategies, resource preloading with fetch priority, and built-in caching.
Looking for contributors - Help fix build issues
Logs GraphQL and REST API requests with detailed capture of parameters, responses, and execution times. Includes admin grids for viewing logs and configurable auto-cleanup via cron.