Skip to content

Commit

Permalink
Added supported versions of instrumented frameworks (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase authored Feb 12, 2025
1 parent dc7864f commit 3b36417
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@
- php-cgi/fcgi
- mod_php (prefork)

EDOT PHP supports all popular variations of using PHP in combination with a web server, such as Apache + mod_php, Apache + php_fpm or cgi, NGINX + php_fpm or cgi, and others.

## Supported Operating Systems
- **Linux**
- Architectures: **x86_64** and **ARM64**
- **glibc-based systems**: Packages available as **DEB** and **RPM**
- **musl libc-based systems (Alpine Linux)**: Packages available as **APK**

## Instrumented Frameworks
- Laravel
- Slim
- Laravel (v6.x/v7.x/v8.x/v9.x/v10.x/v11.x)
- Slim (v4.x)

## Instrumented Libraries
- Curl
- HTTP Async
- MySQLi
- PDO
- Curl (v8.1 - v8.4)
- HTTP Async (php-http/httplug v2.x)
- MySQLi (v8.1 - v8.4)
- PDO (v8.1 - v8.4)

## Additional Features
- Automatic Root/Transaction Span
Expand Down

0 comments on commit 3b36417

Please sign in to comment.