PHP Package: jonahgeorge/jaeger-client-php

Jaeger Client for PHP provides distributed tracing capabilities for applications integrating with Jaeger.

Current Version: 1.5.2
Last Updated: 2025-08-19
PHP Requirement: ^7.1 || ^8.0 || ^8.1
Dependencies:
jaeger/client-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Jaeger Client for PHP is a powerful library that allows developers to seamlessly integrate distributed tracing into their PHP applications. By leveraging Jaeger's tracing capabilities, developers can gain valuable insights into their applications' performance and identify bottlenecks more effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.5.2

Download Download v1.5.2

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/jonahgeorge/jaeger-client-php/1.5.2/loader.php';
require_once 'libs/jaeger/client-php/{lib_version}/loader.php';

use Jaeger\Client;
use Jaeger\Span;

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