Adds CLI commands to manage Magento 2 themes. Allows listing, assigning, and creating themes from the command line.
DevOps & Infrastructure
Deployment, cron, Flysystem, multi-threading
Validates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.
An extension that allows processing the same queue message more than once, utilizing RabbitMQ's dead letter exchange feature.
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.
Looking for contributors - Help fix build issues
Logs all web API REST calls made to your Magento instance. Provides detailed request and response information for analysis and debugging.
Adds Gelf and Slack logger handlers to Magento 2. Enables logging to external services for improved monitoring and debugging.
Allows admins to view, search, download, and delete log files directly from the Magento admin panel. Simplifies log management without requiring server access.
Logs all Magento 2 REST API requests and responses to a file. Useful for debugging and monitoring API integrations.
Enables custom log file configuration via system configuration. Allows specifying a log file name and level for different modules or integrations.
Sends Magento 2 errors to Sentry. Allows configurable log levels and uses the Sentry SDK for error reporting.
Looking for contributors - Help fix build issues
Enables managing cron jobs from the Magento backend. Provides a timeline view, error notifications, and resource usage monitoring for cron tasks.
Looking for contributors - Help fix build issues
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.