Logs all Magento 2 REST API requests and responses to a file. Useful for debugging and monitoring API integrations.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Enables custom log file configuration via system configuration. Allows specifying a log file name and level for different modules or integrations.
Logs all REST API calls made to your Magento instance. Provides a report in the admin panel to analyze requests and responses for debugging.
Looking for contributors - Help fix build issues
Disables Google reCAPTCHA based on whitelisted IP addresses or browser User-Agent. Useful for automated testing by bypassing CAPTCHA challenges.
A flexible content management module for Magento 2 that enables administrators to create reusable layout groups and elements with custom EAV attributes. Perfect for managing structured content like team members, testimonials, feature lists, FAQs, and more.
A Magento 2 extension for GridJS and DataTable integration with Magento 2.
Adds REST API endpoints to retrieve order and invoice PDFs, including GET /rest/V1/orders/:id/pdf-invoice and PDF rendering of the invoice endpoint when requested with an Accept: application/pdf header.
Looking for contributors - Help fix build issues
Adds RTL (right-to-left) support to Magento themes and modules. It provides CSS classes and LESS mixins for easier styling of RTL layouts.
A compatibility extension to use with Magento 2 DataPatchCreator and MarkShust_SimpleData extensions.
Adds a CLI command to extract translation strings into locale files with the option to exclude already-translated entries, streamlining i18n work. Maintained fork with PHP 8.2 support.
Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Adds virtual attributes to cart price rule conditions — for cart, cart item, and product attribute sections — supporting string, numeric, date, select, boolean, and multiselect types to build more sophisticated promotions without core changes.