README.md 1.7 KB
Newer Older
H
readme  
heyanlong 已提交
1 2
SkyAPM PHP
==========
何延龙 已提交
3
![CI](https://github.com/SkyAPM/SkyAPM-php-sdk/workflows/CI/badge.svg)
Z
zhian song 已提交
4

H
readme  
heyanlong 已提交
5 6 7
<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 已提交
8

何延龙 已提交
9

H
docs  
heyanlong 已提交
10
## Documents
H
readme  
heyanlong 已提交
11
* [Documents in English](docs/README.md)
12
* [中文文档](docs/README_ZH.md)
H
readme  
heyanlong 已提交
13

H
heyanlong 已提交
14
## Docker image
H
3.2.8  
heyanlong 已提交
15
Go to Docker hub -> [SkyAPM PHP](https://hub.docker.com/r/skyapm/skywalking-php)
H
heyanlong 已提交
16 17 18 19
```shell script
docker run -d -e SW_AGENT_COLLECTOR_BACKEND_SERVICES=127.0.0.1:11800 skywalking-php
```

H
readme  
heyanlong 已提交
20 21 22 23 24 25 26 27
## 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 已提交
28

H
docs  
heyanlong 已提交
29 30
## Support List
1. CURL
H
readme  
heyanlong 已提交
31
1. PDO
w60514603's avatar
w60514603 已提交
32
1. Mysqli
33
1. Yar Client ([Yar](https://www.php.net/manual/en/book.yar.php))
w60514603's avatar
w60514603 已提交
34
1. GRPC Client ([GRPC](https://github.com/grpc/grpc-php))
w60514603's avatar
w60514603 已提交
35 36
1. Predis Client ([Predis](https://packagist.org/packages/predis/predis))
1. Redis Extension ([Redis Extension](https://github.com/phpredis/phpredis))
H
readme  
heyanlong 已提交
37

H
readme  
heyanlong 已提交
38 39 40 41 42
## 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 已提交
43

H
readme  
heyanlong 已提交
44 45
## License
[Apache 2.0](LICENSE)