Validates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.
DevOps & Infrastructure
Deployment, cron, Flysystem, multi-threading
Excludes unused themes from the static content deploy to speed up and slim down production deployments.
Automatically keeps Varnish configuration current by downloading a remote VCL template on a daily cron, processing it through Magento native VclGenerator placeholder substitution, and loading the result into the running Varnish instance via varnishadm. Also provides a CLI command for deployment pipelines.
Monitors Magento indexer and mview states, sending email alerts when indexers remain stuck in working status beyond a configurable threshold or when mviews enter suspended or error states.
Adds fail-safe health-check endpoints (/live, /ready, /detail) to Magento 2 for Kubernetes liveness/readiness probes, Docker healthchecks, and load balancer monitoring. Checks DB, cache, maintenance mode, disk, queue, Elasticsearch and sessions, bypassing layout rendering and FPC, with extensible custom checks via di.xml.
Extends Magento 2 Varnish capabilities by allowing configurable tracking parameters and removal of marketing parameters from URLs. Improves Varnish cache hit rate.
Transforms var/log files into an actionable health dashboard, surfacing recurring errors and silent failures such as failed ERP/CRM syncs while scanning multi-gigabyte logs with minimal memory use.
Looking for contributors - Help fix build issues
CLI tool that runs a colour-coded, sectioned health check of a Magento environment and deployment configuration — PHP, deploy mode, filesystem, database, indexers — and scores overall system health on a 0–100 scale.
Looking for contributors - Help fix build issues
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.
Technical Magento 2 module providing simple development pattern, configurations and optimizations to make REST API requests toward external services based on Guzzle Client.
Looking for contributors - Help fix build issues
Stores Magento 2 media files in Cloudflare R2 (S3-compatible) and serves them CDN-first, designed for containerized/Kubernetes deployments with ephemeral storage. Includes Redis-cached CDN existence checks and R2-specific optimizations.
Logs all web API REST calls made to your Magento instance. Provides detailed request and response information for analysis and debugging.