README.md 2.4 KB
Newer Older
H
readme  
heyanlong 已提交
1 2
SkyAPM PHP
==========
何延龙 已提交
3
![CI](https://github.com/SkyAPM/SkyAPM-php-sdk/workflows/CI/badge.svg)
H
heyanlong 已提交
4 5 6 7 8 9 10 11
![CI](https://travis-ci.org/SkyAPM/SkyAPM-php-sdk.svg?branch=master)
![release](https://img.shields.io/github/release/SkyAPM/SkyAPM-php-sdk.svg)
![PHP](https://img.shields.io/badge/PHP-%3E%3D%207.0-brightgreen.svg)
![contributors](https://img.shields.io/github/contributors/SkyAPM/SkyAPM-php-sdk.svg)
![platform](https://img.shields.io/badge/platform-macos%20%7C%20linux-brightgreen.svg)
![license](https://img.shields.io/badge/license-Apache%202.0-green.svg)
![issues](https://img.shields.io/github/issues/SkyAPM/SkyAPM-php-sdk.svg)

Z
zhian song 已提交
12

H
readme  
heyanlong 已提交
13 14 15
<img src="https://skyapmtest.github.io/page-resources/SkyAPM/skyapm.png" alt="Sky Walking logo" height="90px" align="right" />

**SkyAPM PHP** is the PHP instrumentation agent, which is compatible with [Apache SkyWalking](https://github.com/apache/skywalking) backend and others compatible agents/SDKs
Z
zhian song 已提交
16

何延龙 已提交
17

H
docs  
heyanlong 已提交
18
## Documents
H
readme  
heyanlong 已提交
19 20
* [Documents in English](docs/README.md)

H
heyanlong 已提交
21
## Docker image
22
Go to Docker hub -> [https://hub.docker.com/r/skyapm/skywalking-php](https://hub.docker.com/r/skyapm/skywalking-php)
H
heyanlong 已提交
23
```shell script
何延龙 已提交
24
docker run -d -e SW_OAP_ADDRESS=127.0.0.1:11800 skywalking-php
H
heyanlong 已提交
25 26
```

H
readme  
heyanlong 已提交
27 28 29 30 31 32 33 34
## Live Demo
Host in Beijing. Go to [demo](http://106.75.237.45:8080/).
- Username: admin
- Password: admin

**Video on youtube.com**

[![RocketBot UI](http://img.youtube.com/vi/JC-Anlshqx8/0.jpg)](http://www.youtube.com/watch?v=JC-Anlshqx8)
H
readme  
heyanlong 已提交
35

H
docs  
heyanlong 已提交
36 37
## Support List
1. CURL
H
readme  
heyanlong 已提交
38
1. PDO
w60514603's avatar
w60514603 已提交
39
1. Mysqli
40
1. Yar Client ([Yar](https://www.php.net/manual/en/book.yar.php))
w60514603's avatar
w60514603 已提交
41
1. GRPC Client ([GRPC](https://github.com/grpc/grpc-php))
w60514603's avatar
w60514603 已提交
42 43
1. Predis Client ([Predis](https://packagist.org/packages/predis/predis))
1. Redis Extension ([Redis Extension](https://github.com/phpredis/phpredis))
44
1. Memcache Extension
H
readme  
heyanlong 已提交
45

H
readme  
heyanlong 已提交
46 47 48 49 50
## Contact Us
* Submit an [issue](https://github.com/SkyAPM/SkyAPM-php-sdk/issues)
* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.
* Join `#skywalking` channel at [Apache Slack](https://join.slack.com/t/the-asf/shared_invite/enQtNDQ3OTEwNzE1MDg5LWY2NjkwMTEzMGI2ZTI1NzUzMDk0MzJmMWM1NWVmODg0MzBjNjAxYzUwMjIwNDI3MjlhZWRjNmNhOTM5NmIxNDk)
* QQ Group: 392443393(2000/2000, not available), 901167865(available)
H
heyanlong 已提交
51

H
readme  
heyanlong 已提交
52 53
## License
[Apache 2.0](LICENSE)
H
heyanlong 已提交
54 55 56 57

## Stargazers over time

[![Stargazers over time](https://starchart.cc/SkyAPM/SkyAPM-php-sdk.svg)](https://starchart.cc/SkyAPM/SkyAPM-php-sdk)