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

v0.1.0 2025-12-09 18:07 UTC

This package is auto-updated.

Last update: 2025-12-09 18:15:50 UTC


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