PHPackages                             hellomayaagency/laravel-heartbeat - 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. hellomayaagency/laravel-heartbeat

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

hellomayaagency/laravel-heartbeat
=================================

Monitor Laravel queue and schedule status

v1.0.3(4y ago)2541[1 issues](https://github.com/hellomayaagency/laravel-heartbeat/issues)MITPHPPHP ^7.0|^8.0

Since Jul 20Pushed 3y ago6 watchersCompare

[ Source](https://github.com/hellomayaagency/laravel-heartbeat)[ Packagist](https://packagist.org/packages/hellomayaagency/laravel-heartbeat)[ Docs](https://github.com/hellomayaagency/laravel-heartbeat)[ RSS](/packages/hellomayaagency-laravel-heartbeat/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Monitor Laravel Queue and Schedule
==================================

[](#monitor-laravel-queue-and-schedule)

This package runs a queued job and a scheduled command once every 5 minutes and a route to check that this has happened successfully.

This route will return a 200 or a 503 HTTP status which is useful for monitoring software such as StatusCake.

Limitations
-----------

[](#limitations)

This package relies on the database queue driver being used.

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

[](#installation)

Install the package via composer:

```
composer require hellomayaagency/laravel-heartbeat
```

Enable the scheduled heartbeat command:

```
// app/Console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // ...

    // Note: don't change the interval!
    $schedule->command('heartbeat')->everyFiveMinutes();
}
```

Run the heartbeat command:

```
php artisan heartbeat
```

Add a route to the heartbeat status page:

```
// routes/web.php
Route::get('heartbeat', '\Maya\LaravelHeartbeat\Http\Controllers\HeartbeatController@index');

// or

Route::get('heartbeat', [HeartbeatController::class, 'index');
```

Usage
-----

[](#usage)

Navigate to the route you created above, e.g. `example.com/heartbeat`. You should see a status page.

The status page will return a 200 status page if everything is working as expected.

If problems are found with the schedule or queue a 503 status will be returned instead.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information 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)

- [Jake Gully](https://github.com/hellomayaagency)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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.

###  Release Activity

Cadence

Every ~5 days

Total

4

Last Release

1743d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e4fb775240c664dc86f0a317fcb0fccb4ed9efcce7601c7dc25360e018717b?d=identicon)[studiomaya](/maintainers/studiomaya)

---

Tags

laravelmonitoringMayaqueuescheduleheartbeat

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hellomayaagency-laravel-heartbeat/health.svg)

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

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[storviaio/vantage

Vantage: Strategic queue monitoring and observability for Laravel applications.

2342.9k](/packages/storviaio-vantage)[kssadi/log-tracker

A powerful, intuitive, and efficient log viewer for Laravel applications.

264.8k](/packages/kssadi-log-tracker)

PHPackages © 2026

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