Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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: 2024-12-03T10:31:51.000Z (20 days ago)
- Last Synced: 2024-12-14T05:06:26.965Z (9 days ago)
- Topics: apm, dapper, distributed-tracing, observability, php, service-mesh, skywalking
- Language: Rust
- Homepage: https://skywalking.apache.org/
- Size: 424 KB
- Stars: 152
- Watchers: 39
- Forks: 17
- 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.[![GitHub stars](https://img.shields.io/github/stars/apache/skywalking-php.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/skywalking-php)
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](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
[![Stargazers over time](https://starchart.cc/apache/skywalking-php.svg)](https://starchart.cc/apache/skywalking-php)
## License
[Apache 2.0](LICENSE)