Actuator endpoints let you monitor and interact with your application.
nwidart/laravel-actuator is a Laravel package for actuator endpoints let you monitor and interact with your application..
It currently has 13 GitHub stars and 487 downloads on Packagist.
Install it with composer require nwidart/laravel-actuator.
Discover more Laravel packages by nwidart
or browse all Laravel packages to compare alternatives.
Last updated
Laravel-Actuator is a package that will provide endpoint to monitor the status of your application and its dependencies (database, cache, etc.). Custom contributors can be added and customised.
Example usage would be with Kubernetes readiness and liveliness probes.
This package has been heavily inspired by the Spring Boot Actuator project.
You can install the package via composer:
composer require nwidart/laravel-actuator
The package will automatically register a service provider and alias.
Optionally, publish the package's configuration file by running:
php artisan vendor:publish --provider="Nwidart\Actuator\LaravelActuatorServiceProvider"
New endpoints will be available:
/actuator/health
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.