echocheck / laravel-client
EchoCheck client package for sending Laravel app heartbeats to the EchoCheck dashboard.
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/echocheck/laravel-client
Requires
- php: ^8.2|^8.1|^8.0
- illuminate/console: ^10.0|^11.0|^12.0
- illuminate/http: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
README
The official Laravel client for EchoCheck, a heartbeat and environment monitoring service for Laravel applications.
This package sends scheduled environment reports (“heartbeats”) from your app to the EchoCheck dashboard, allowing you to monitor:
- Laravel & PHP versions
- Application environment & URL
- Cache / Queue / Session drivers
- Database driver
- Server OS details
- Latest migration batch
- And more…
Perfect for keeping track of multiple Laravel apps across teams, servers, and environments.
🚀 Features
- 🔧 Automatic scheduled heartbeats
- 🧠 Collects rich environment info
- 🔐 API-key authentication
- 📝 Simple configuration
- 🎛 No need to modify
Console\Kernel - 🧪 Manual heartbeat testing command
- 🧩 Supports Laravel 10–12
📦 Installation
Install with Composer:
composer require echocheck/laravel-client