PHP Package: ohdearapp/ohdear-php-sdk

The PHP library ohdear-php-sdk provides seamless integration with Oh Dear! services, enabling easy monitoring and management of your website's performance, uptime, and security.

Current Version: 4.4.0
Last Updated: 2025-08-29
PHP Requirement: ^8.1
Dependencies: None

Package Description

The ohdear-php-sdk library offers robust functionality for developers looking to streamline website monitoring tasks. With features for performance optimization, uptime alerts, and security checks, this SDK simplifies the process of ensuring a top-notch web presence. Developers can efficiently integrate Oh Dear! services into their PHP projects, allowing for proactive monitoring and rapid issue resolution.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.4.0

Download Download v4.4.0

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/ohdearapp/ohdear-php-sdk/4.4.0/loader.php';
require_once 'libs/vendor/name1/{lib_version}/loader.php';
require_once 'libs/vendor/name2/{lib_version}/loader.php';

use OhDear\OhDearPhpSdk\ClassName1;

$obj = new ClassName1();
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.