https://github.com/SkyAPM/SkyAPM-php-sdk
Replaced by https://github.com/apache/skywalking-php
https://github.com/SkyAPM/SkyAPM-php-sdk
apm grpc hyperf laravel observability pdo-php pecl-skywalking php php-extension php7 php8 predis rabbitmq service-mesh skywalking swoft swoole yar
Last synced: 10 days ago
JSON representation
Replaced by https://github.com/apache/skywalking-php
- Host: GitHub
- URL: https://github.com/SkyAPM/SkyAPM-php-sdk
- Owner: SkyAPM
- License: apache-2.0
- Archived: true
- Created: 2017-11-10T08:12:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T12:38:12.000Z (over 2 years ago)
- Last Synced: 2025-01-22T23:33:09.420Z (4 months ago)
- Topics: apm, grpc, hyperf, laravel, observability, pdo-php, pecl-skywalking, php, php-extension, php7, php8, predis, rabbitmq, service-mesh, skywalking, swoft, swoole, yar
- Language: C
- Homepage: https://skywalking.apache.org/
- Size: 4.67 MB
- Stars: 420
- Watchers: 35
- Forks: 104
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swoole - SkyAPM PHP - The PHP instrument agent for [Apache SkyWalking](https://skywalking.apache.org). (Debugging and Profiling)
README
# This agent is being replaced by upstream [SkyWalking PHP Agent](https://github.com/apache/skywalking-php)
~~SkyAPM PHP~~
==========







**SkyAPM PHP** is the PHP instrumentation agent, which is compatible with [Apache SkyWalking](https://github.com/apache/skywalking) backend and others compatible agents/SDKs
## Support List
1. cURL ([PHP cURL](https://www.php.net/manual/en/book.curl.php))
2. PDO ([PHP PDO](https://www.php.net/manual/en/book.pdo.php))
3. Mysqli ([PHP Mysqli](https://www.php.net/manual/en/book.mysqli.php))
4. Redis Extension ([Redis Extension](https://github.com/phpredis/phpredis))
5. Predis Client ([Predis](https://packagist.org/packages/predis/predis))
6. Memcache Extension ([Memcache Extension](https://www.php.net/manual/en/book.memcached.php))
7. Yar Client (version > 2.0.4) ([Yar](https://www.php.net/manual/en/book.yar.php))
8. Yar Server ([Yar](https://www.php.net/manual/en/book.yar.php))
9. GRPC Client ([GRPC](https://github.com/grpc/grpc-php))
10. RabbitMQ## Support List (Swoole ecosystem)
11. Swoole ([Swoole](https://github.com/swoole/swoole-src))
12. Hyperf ([Hyperf](https://github.com/hyperf/hyperf))
13. Swoft ([Swoft](https://github.com/swoft-cloud/swoft))
14. Tars-php ([Tars-php](https://github.com/TarsPHP/TarsPHP))
15. LaravelS ([LaravelS](https://github.com/hhxsv5/laravel-s))## Documentation
* [Official documentation](docs/README.md)## Docker image (Quick start)
Go to Docker hub -> [https://hub.docker.com/u/skyapm](https://hub.docker.com/u/skyapm)
```shell script
$ docker run --restart always -d -e SW_OAP_ADDRESS=oap:11800 skyapm/skywalking-php
```## Downloads
Please head to the [releases page](https://pecl.php.net/package/skywalking) to download a release of SkyAPM PHP.## Stargazers over time
[](https://starchart.cc/SkyAPM/SkyAPM-php-sdk)
## License
[Apache 2.0](LICENSE)