webduonederland / laravel-health
Open API endpoints to show vital information about your Laravel application
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.3
- laravel/framework: ^10.0
Requires (Dev)
- larastan/larastan: ^2.9.5
- laravel/pint: ^1.15
- orchestra/testbench: ^9.0.4
- phpunit/phpunit: ^10.5
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