PHP code example of io-digital / health-check

1. Go to this page and download the library: Download io-digital/health-check library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

io-digital / health-check example snippets


'ssl' => true,
'database' => true,
'application' => true,

//System information
'memory' => false,
'cpu_usage' => false,
 php
IoDigital\HealthCheck\HealthCheckServiceProvider::class,
bash
$ php artisan vendor:publish --provider="IoDigital\HealthCheck\HealthCheckServiceProvider"