Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elastic/apm-agent-php
https://github.com/elastic/apm-agent-php
apm distributed-tracing error-monitoring monitoring performance-analysis performance-monitoring php tracing
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastic/apm-agent-php
- Owner: elastic
- License: apache-2.0
- Created: 2019-10-07T08:01:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T06:06:48.000Z (9 days ago)
- Last Synced: 2025-01-12T10:03:43.505Z (9 days ago)
- Topics: apm, distributed-tracing, error-monitoring, monitoring, performance-analysis, performance-monitoring, php, tracing
- Language: PHP
- Homepage:
- Size: 8.97 MB
- Stars: 257
- Watchers: 34
- Forks: 71
- Open Issues: 179
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.asciidoc
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Support: docs/supported-technologies.asciidoc
Awesome Lists containing this project
README
# Elastic APM Agent for PHP
This is the official PHP agent for [Elastic APM](https://www.elastic.co/products/apm).
[![Build Status](https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-php%2Fapm-agent-php-mbp%2Fmain)](https://apm-ci.elastic.co/job/apm-agent-php/job/apm-agent-php-mbp/job/main/)
[![Releases](https://img.shields.io/github/v/release/elastic/apm-agent-php?color=blue&include_prereleases&sort=semver)](https://github.com/elastic/apm-agent-php/releases)
[![Downloads-Releases](https://img.shields.io/github/downloads/elastic/apm-agent-php/total)]()
[![Download-Latest](https://img.shields.io/github/downloads-pre/elastic/apm-agent-php/latest/total)]()The PHP agent enables you to trace the execution of operations in your application, sending performance metrics and errors to the Elastic APM server.
:ballot_box_with_check: We'd love to get information about your setup to help us with prioritizing framework support – please take a minute to fill out [our survey](https://docs.google.com/forms/d/e/1FAIpQLSf8c3BJVMqaeuqpq-t3_Q4NilNcdsrzK1qJ4Qo9JpJslrmYzA/viewform).
If you have any feedback or questions,
please post them at the [Discuss forum](https://discuss.elastic.co/c/apm).## Usage
This agent is a PHP extension that must be installed in your PHP environment.
See the [documentation](https://www.elastic.co/guide/en/apm/agent/php/current/index.html) for setup and configuration details.
## Contributing
See [contributing documentation](CONTRIBUTING.md).
## License
Elastic APM PHP Agent is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)