Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2c08fc4

Browse files
committed
Update README.md
1 parent a888309 commit 2c08fc4

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,38 @@ SkyAPM PHP
1414

1515
**SkyAPM PHP** is the PHP instrumentation agent, which is compatible with [Apache SkyWalking](https://github.com/apache/skywalking) backend and others compatible agents/SDKs
1616

17+
## Support List
18+
1. CURL
19+
1. PDO
20+
1. Mysqli
21+
1. Yar Client ([Yar](https://www.php.net/manual/en/book.yar.php))
22+
1. GRPC Client ([GRPC](https://github.com/grpc/grpc-php))
23+
1. Predis Client ([Predis](https://packagist.org/packages/predis/predis))
24+
1. Redis Extension ([Redis Extension](https://github.com/phpredis/phpredis))
25+
1. Memcache Extension
26+
1. RabbitMQ
27+
1. Swoole ([Swoole](https://github.com/swoole/swoole-src))
28+
1. Hyperf ([Hyperf](https://github.com/hyperf/hyperf))
29+
1. Tars-php ([Tars-php](https://github.com/TarsPHP/TarsPHP))
1730

1831
## Documents
1932
* [Documents in English](docs/README.md)
2033

21-
## Docker image
34+
## Docker image (Quick start)
2235
Go to Docker hub -> [https://hub.docker.com/r/skyapm/skywalking-php](https://hub.docker.com/r/skyapm/skywalking-php)
2336
```shell script
2437
docker run -d -e SW_OAP_ADDRESS=127.0.0.1:11800 skywalking-php
2538
```
2639

40+
## Downloads
41+
Please head to the [releases page](https://pecl.php.net/package/skywalking) to download a release of SkyAPM PHP.
42+
2743
## Live Demo
28-
Host in Beijing. Go to [demo](http://106.75.237.45:8080/).
29-
- Username: admin
30-
- Password: admin
44+
Host in Beijing. Go to [demo](http://122.112.182.72:8080/).
3145

3246
**Video on youtube.com**
3347

34-
[![RocketBot UI](http://img.youtube.com/vi/JC-Anlshqx8/0.jpg)](http://www.youtube.com/watch?v=JC-Anlshqx8)
35-
36-
## Support List
37-
1. CURL
38-
1. PDO
39-
1. Mysqli
40-
1. Yar Client ([Yar](https://www.php.net/manual/en/book.yar.php))
41-
1. GRPC Client ([GRPC](https://github.com/grpc/grpc-php))
42-
1. Predis Client ([Predis](https://packagist.org/packages/predis/predis))
43-
1. Redis Extension ([Redis Extension](https://github.com/phpredis/phpredis))
44-
1. Memcache Extension
48+
[![RocketBot UI](http://img.youtube.com/vi/mfKaToAKl7k/0.jpg)](http://www.youtube.com/watch?v=mfKaToAKl7k)
4549

4650
## Contact Us
4751
* Submit an [issue](https://github.com/SkyAPM/SkyAPM-php-sdk/issues)

0 commit comments

Comments
 (0)