Supported technologies
editSupported technologies
editIf the agent doesn’t support your favorite technology yet, you can vote for it by participating in our survey. We will use the results to add support for the most requested technologies.
Operating systems
editThe agent supports Linux operating system.
PHP versions
editThe agent supports PHP versions 7.2-8.3.
Unsupported PHP Server API’s (SAPI)
editCurrenly we’re not supporting phpdbg
- agent extension can be loaded but will remain non-functional
Web frameworks
editAutomatic instrumentation for a web framework means a transaction is automatically created for each incoming request and it is named after the registered route.
We support automatic instrumentation for the following web frameworks.
Framework | Supported versions |
---|---|
Framework-less PHP application (i.e., application using PHP’s built in web support) |
|
Laravel |
6, 7, 8, 9, 10 |
WordPress |
5, 6 |
Data access technologies
editWe support automatic instrumentation for the following data access technologies.
Data access technology | Supported versions | Notes |
---|---|---|
PHP Data Objects (PDO) |
any version bundled with a supported PHP version |
The agent automatically creates DB spans for all your PDO queries. This includes PDO queries executed by object relational mappers (ORM) like Doctrine & Eloquent. |
MySQLi |
any version bundled with a supported PHP version |
HTTP clients
editAutomatic instrumentation for an HTTP client technology means
an HTTP span is automatically created for each outgoing HTTP request
and distributed tracing headers are propagated.
The spans are named after the schema <method> <host>
, for example GET elastic.co
.
Framework | Supported versions |
---|---|
|
|
|
Capturing PHP errors as APM error events
editThe agent automatically creates APM error events for PHP errors triggered by the monitored application. See PHP errors as APM error events for the relevant configuration settings.