You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Official PHP SDK for [Logdash.io](https://logdash.io/) - Zero-configuration observability platform designed for developers working on side projects and prototypes.**
@@ -20,7 +20,7 @@ Most observability solutions feel overwhelming for small projects and prototypes
20
20
-**⚡ Asynchronous**: Non-blocking operations with automatic resource management
21
21
-**🛡️ Production Ready**: Built with enterprise-grade patterns and error handling
22
22
-**🔧 Framework Agnostic**: Works with Laravel, Symfony, or standalone PHP apps
23
-
-**🐘 PHP 8.2+ Compatible**: Supports PHP 8.2, 8.3, and all newer versions
23
+
-**🐘 PHP 8.1+ Compatible**: Supports PHP 8.1, 8.2, 8.3, and all newer versions
24
24
25
25
## Pre-requisites
26
26
@@ -222,7 +222,7 @@ The SDK is designed to be non-blocking and fail silently in production. If there
222
222
223
223
## Requirements
224
224
225
-
- PHP 8.2 or higher
225
+
- PHP 8.1 or higher
226
226
- Guzzle HTTP client (automatically installed via Composer)
0 commit comments