You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,20 @@
2
2
3
3
# Jaeger Bindings for PHP OpenTracing API
4
4
5
-
This is a client-side library that can be used to instrument PHP apps for distributed trace collection, and to send those traces to Jaeger. See the [OpenTracing PHP API](https://github.com/opentracing/opentracing-php) for additional detail.
5
+
This is a client-side library that can be used to instrument PHP apps for distributed trace collection,
6
+
and to send those traces to Jaeger. See the [OpenTracing PHP API](https://github.com/opentracing/opentracing-php)
7
+
for additional detail.
6
8
7
9
## Contributing and Developing
8
10
9
11
Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
10
12
11
13
## Installation
12
14
13
-
```json
14
-
{
15
-
"require": {
16
-
"jonahgeorge/jaeger-client-php": "0.3.0"
17
-
}
18
-
}
15
+
Install [Composer](https://getcomposer.org) in a common location or in your project. Then run the installer as follows:
0 commit comments