{"id":19339480,"url":"https://github.com/code-tool/jaeger-client-php","last_synced_at":"2025-04-23T02:30:46.836Z","repository":{"id":27021768,"uuid":"111414217","full_name":"code-tool/jaeger-client-php","owner":"code-tool","description":"OpenTracing API for PHP","archived":false,"fork":false,"pushed_at":"2023-08-09T09:19:02.000Z","size":326,"stargazers_count":34,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"3.0.x","last_synced_at":"2025-04-14T00:39:50.776Z","etag":null,"topics":["distributed-tracing","jaeger","opentracing","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-tool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-20T13:31:17.000Z","updated_at":"2023-08-01T06:04:33.000Z","dependencies_parsed_at":"2024-06-18T17:03:17.144Z","dependency_job_id":"2ca2618f-9fa2-45f8-8178-7256207aae7c","html_url":"https://github.com/code-tool/jaeger-client-php","commit_stats":{"total_commits":153,"total_committers":7,"mean_commits":"21.857142857142858","dds":"0.11111111111111116","last_synced_commit":"8f431704cdc4972f8ddc057a756c20f5091b0cf2"},"previous_names":[],"tags_count":153,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-tool%2Fjaeger-client-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-tool%2Fjaeger-client-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-tool%2Fjaeger-client-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-tool%2Fjaeger-client-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-tool","download_url":"https://codeload.github.com/code-tool/jaeger-client-php/tar.gz/refs/heads/3.0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357549,"owners_count":21417304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributed-tracing","jaeger","opentracing","php"],"created_at":"2024-11-10T03:22:23.881Z","updated_at":"2025-04-23T02:30:46.514Z","avatar_url":"https://github.com/code-tool.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP OpenTracing API using Jaeger \n\n## Installation\n\n```bash\ncomposer require code-tool/jaeger-client-php\n```\n\n## Getting Started\n\nIt is strictly advised to use any form of DI container (e.g. [Symfony Bundle](https://github.com/code-tool/jaeger-client-symfony-bridge)).\n\n```php\n\u003c?php\n\nuse Jaeger\\Tag\\StringTag;\nuse Jaeger\\Tracer\\TracerInterface;\n\n/** @var TracerInterface $tracer */\n\n$span = $tracer-\u003estart('Parent Operation Name', [new StringTag('test.tag', 'Hello world in parent')]);\n$childSpan = $tracer-\u003estart('Child Operation Name', [new StringTag('test.tag', 'Hello world in child')]);\n$tracer-\u003efinish($childSpan);\n$tracer-\u003efinish($span);  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-tool%2Fjaeger-client-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-tool%2Fjaeger-client-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-tool%2Fjaeger-client-php/lists"}