PHP Package: jonahgeorge/jaeger-client-php
Jaeger Client for PHP provides distributed tracing capabilities for applications integrating with Jaeger.
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.
Download Latest Version: 1.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.