webduonederland/laravel-health

Open API endpoints to show vital information about your Laravel application

1.0.0 2024-05-04 14:19 UTC

This package is auto-updated.

Last update: 2024-05-04 14:24:03 UTC


README

Open API endpoints to show vital information about your Laravel application.

Requirements

  • Laravel 10 or higher
  • PHP 8.3 or higher
  • Linux based operating system (others are untested)

Installation

You can install the package via composer:

composer require webduonederland/laravel-health

After installing the package, you need to add the following variable to your Laravel application's .env file:

LARAVEL_HEALTH_API_KEY="your-api-key"

Credits

  • Laravel Pulse - The MemoryRetriever.php is using the same method of retrieving RAM usage as Pulse is