PHPackages                             integer-net/magento2-health-check - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. integer-net/magento2-health-check

ActiveMagento2-component[Utility &amp; Helpers](/categories/utility)

integer-net/magento2-health-check
=================================

Magento 2 Health Check

1.1.0(5mo ago)401proprietaryPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

Since Jun 26Pushed 5mo agoCompare

[ Source](https://github.com/integer-net/magento2-health-check)[ Packagist](https://packagist.org/packages/integer-net/magento2-health-check)[ RSS](/packages/integer-net-magento2-health-check/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Magento 2 Healthcheck
=====================

[](#magento-2-healthcheck)

Installation
------------

[](#installation)

### Using composer

[](#using-composer)

When this package is installed into a Magento 2 project (with the default `magento/magento-composer-installer` plugin present), it will auto install the required files into the `pub/` directory of Magento 2

```
composer require integer-net/magento2-health-check

```

### Manual

[](#manual)

Copy the file `src/health_check.php` into your Magento 2 directory into `pub/` (replace the original `health_check.php` from Magento 2)

Configuration
-------------

[](#configuration)

The health check can be configured by creating the file `pub/check/config.php`. All configuration options can be found in the provided default configuration, which will be installed into `pub/check/config.dist.php`. When a `config.php` is present, it will be loaded instead of the `config.dist.php`.

The contents of the file should look like this:

```
