PHPackages                             nwidart/laravel-actuator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. nwidart/laravel-actuator

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

nwidart/laravel-actuator
========================

Actuator endpoints let you monitor and interact with your application.

134873PHPCI failing

Since Nov 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/nWidart/laravel-actuator)[ Packagist](https://packagist.org/packages/nwidart/laravel-actuator)[ RSS](/packages/nwidart-laravel-actuator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Actuator
================

[](#laravel-actuator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8acc3c59a710d19092f0af8afa16b4a37c95b89fe39676d08ea5acff317e5161/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e7769646172742f6c61726176656c2d6163747561746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nwidart/laravel-actuator)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6e9b517817a33498ca2a81861a616006142ca7bca030fd3fea06599643f36870/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e7769646172742f6c61726176656c2d6163747561746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/nwidart/laravel-actuator)[![Scrutinizer Coverage](https://camo.githubusercontent.com/5b7e3b8b107b350dd17d79dbbcbd05388279f9e0e12c5f532fd8c47ec92dd482/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e5769646172742f6c61726176656c2d6163747561746f722e7376673f6d61784167653d3836343030267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/nWidart/laravel-actuator/?branch=master)[![Quality Score](https://camo.githubusercontent.com/98b05d0970e99f242b2eb0fabc0441face0f9bbe4271067f81f04ecb9b956e8d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e7769646172742f6c61726176656c2d6163747561746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/nwidart/laravel-actuator)[![Total Downloads](https://camo.githubusercontent.com/6fb7e586669574523babe9c0a64770788e50b921374167eb3553ce9378fd305e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e7769646172742f6c61726176656c2d6163747561746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nwidart/laravel-actuator)

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](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready) project.

Installation
------------

[](#installation)

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"
```

Usage
-----

[](#usage)

New endpoints will be available:

```
/actuator/health
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Nicolas Widart](https://github.com/nwidart)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/565946b8d70f5fa172a21f87b7f0e3abdce0611cc1cd300ec8e7b360bdb0a4bc?d=identicon)[nWidart](/maintainers/nWidart)

---

Top Contributors

[![nWidart](https://avatars.githubusercontent.com/u/882397?v=4)](https://github.com/nWidart "nWidart (19 commits)")

### Embed Badge

![Health badge](/badges/nwidart-laravel-actuator/health.svg)

```
[![Health](https://phpackages.com/badges/nwidart-laravel-actuator/health.svg)](https://phpackages.com/packages/nwidart-laravel-actuator)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
