https://github.com/apache/skywalking-php
Apache SkyWalking PHP Agent
https://github.com/apache/skywalking-php
apm dapper distributed-tracing observability php service-mesh skywalking
Last synced: 19 days ago
JSON representation
Apache SkyWalking PHP Agent
- Host: GitHub
- URL: https://github.com/apache/skywalking-php
- Owner: apache
- License: apache-2.0
- Created: 2022-08-31T00:26:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T02:30:24.000Z (about 1 month ago)
- Last Synced: 2025-03-28T15:07:07.251Z (26 days ago)
- Topics: apm, dapper, distributed-tracing, observability, php, service-mesh, skywalking
- Language: Rust
- Homepage: https://skywalking.apache.org/
- Size: 513 KB
- Stars: 163
- Watchers: 39
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache SkyWalking PHP Agent
**SkyWalking PHP** The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.
**SkyWalking** an APM(application performance monitor) system, especially designed for
microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.[](https://github.com/apache/skywalking-php)
[](https://twitter.com/AsfSkyWalking)## Documentation
* [Official documentation](https://skywalking.apache.org/docs/#PHPAgent)
## How to create issue?
Submit an [GitHub Issue](https://github.com/apache/skywalking/issues/new/choose) in the Apache Skywalking repository, by using [PHP] as title prefix.
## Installation Requirements
SkyWalking PHP Agent requires SkyWalking 8.4+ and PHP 7.2+
## Support List
* PHP-FPM Ecosystem
* [x] [cURL](https://www.php.net/manual/en/book.curl.php#book.curl)
* [x] [PDO](https://www.php.net/manual/en/book.pdo.php)
* [x] [MySQL Improved](https://www.php.net/manual/en/book.mysqli.php)
* [x] [Memcached](https://www.php.net/manual/en/book.memcached.php)
* [x] [phpredis](https://github.com/phpredis/phpredis)
* [ ] [php-amqp](https://github.com/php-amqp/php-amqp)
* [ ] [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka)
* [x] [predis](https://github.com/predis/predis)
* [x] [php-amqplib](https://github.com/php-amqplib/php-amqplib) for Message Queuing Producer
* [x] [MongoDB](https://www.php.net/manual/en/set.mongodb.php)
* [x] [Memcache](https://www.php.net/manual/en/book.memcache.php)* Swoole Ecosystem
*The components of the PHP-FPM ecosystem can also be used in Swoole regardless of the flag `SWOOLE_HOOK_ALL`.*
## Contact Us
* Mail list: **[email protected]**. Mail to `[email protected]`, follow the reply to subscribe the mail list.
* Join `skywalking` channel at [Apache Slack](http://s.apache.org/slack-invite). If the link is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites).
* Twitter, [ASFSkyWalking](https://twitter.com/AsfSkyWalking)## Stargazers over time
[](https://starchart.cc/apache/skywalking-php)
## License
[Apache 2.0](LICENSE)