laravel-health maintained by webduonederland
Description
Open API endpoints to show vital information about your Laravel application
Author
Last update
2024/05/04 16:19
(dev-main)
License
Downloads
8
Laravel Health
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