A Health Check module that provides automated health monitoring for Magento installations through a configurable PHP script. It supports various health checks including production mode validation, database connections, cache backends, indexer triggers, cronjob execution, search engines, and queue backends
07 Dec 2025
Track all changes on models and log the changes to the database. An invaluable tool for debugging deep complex problems.
Author note: I've developed this module myself.
13 Oct 2025
Magebean provides a security audit tool that helps identify vulnerabilities in a web application, highlighting critical, high, and medium issues. An example report indicates outdated core software, default admin routes, and permission misconfigurations. For more details and download options, visit their website.
This is a Composer plugin that preloads PHP code to improve performance by utilizing the opcache feature. It generates a vendor/preload.php file that includes calls to warm up the opcache, scanning specified directories for PHP files to include. Installation and configuration instructions are detailed for effective use.
30 Sep 2025
A beautiful error page and error tracking service for Magento powered by spatie/ignition.
19 Aug 2025
Just changed something on the admin panel or on the database and now you need to replicate it again in staging and production? No worries, we got you covered. Probably you already heard about data patches, but what if I say that it can be really, really simplified?
19 Aug 2025
This repository provides a template for setting up a SOC 2 compliant process using release-please-action on GitHub Actions. The workflow automates version control, changelog generation, pre-release => release creation, deployment and PR comments.
19 Aug 2025
This repository provides a Model Context Protocol (MCP) server designed for managing Hypernode environments, offering features like vhost management, incident handling, attack blocking, and nginx log analysis. Users can install dependencies using pip, run the server, and utilize various tools for managing settings and analyzing logs.
29 Jul 2025
Setting up local development environments for Magento 2 is challenging due to its complex service requirements (MySQL, Redis, Opensearch, RabbitMQ). When managing multiple projects with different service versions, you need isolated environments that can be easily configured and managed.
08 Jul 2025
A faster drop in replacement for bin/magento cache:clean with a file watcher. The file watcher automatically cleans affected cache types in the Magento 2 cache during development. For example, if you make a change to a template, it only cleans the block_html and full_page caches, not the config or layout caches.
07 Jul 2025