PHP Package: datadog/php-datadogstatsd

PHP library for sending metrics and events to Datadog's monitoring and analytics platform efficiently and easily.

Current Version: 1.6.2
Last Updated: 2024-07-16
PHP Requirement: >=7.1
Dependencies: psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHP library for interacting with Datadog's StatsD servers, allowing developers to send custom metrics, events, and service checks to Datadog for monitoring and analysis purposes. The library provides a simple and efficient way to integrate Datadog's monitoring capabilities into PHP applications, enabling real-time visibility into performance and health metrics.

🔗 View on GitHub

Download Latest Version: 1.6.2

Download Download v1.6.2

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/datadog/php-datadogstatsd/1.6.2/autoload.php';

use Datadog\Statsd\DatadogStatsd;
use Psr\Log\LoggerInterface;


$obj = new Datadog\Statsd\DatadogStatsd();
echo "✅ Example created successfully.";

?>

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