PHP Package: spatie/cpu-load-health-check

Efficient CPU load health check PHP library for monitoring system performance metrics and thresholds.

Current Version: 1.0.4
Last Updated: 2023-10-03
PHP Requirement: ^8.0
Dependencies:
spatie/cpu-load-monitor
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

CPU Load Health Check by Spatie is a powerful solution designed to monitor and manage CPU load metrics effectively. With detailed insights and configurable thresholds, this library ensures optimal system performance and stability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.4

Download Download v1.0.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/cpu-load-health-check/1.0.4/loader.php';
require_once 'libs/spatie/cpu-load-monitor/{lib_version}/loader.php';

use Spatie\CPULoadHealthCheck\CPULoadHealthCheck;

$obj = new CPULoadHealthCheck();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.