PHPackages                             mortenscheel/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. [Queues &amp; Workers](/categories/queues)
4. /
5. mortenscheel/laravel-heartbeat

ActiveLibrary[Queues &amp; Workers](/categories/queues)

mortenscheel/laravel-heartbeat
==============================

Monitor Laravel queue performance

0.9.1(4y ago)04MITPHP

Since Oct 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mortenscheel/laravel-heartbeat)[ Packagist](https://packagist.org/packages/mortenscheel/laravel-heartbeat)[ Docs](https://github.com/mortenscheel/heartbeat)[ RSS](/packages/mortenscheel-laravel-heartbeat/feed)WikiDiscussions master Synced 2d ago

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

Heartbeat
=========

[](#heartbeat)

[![Latest Version on Packagist](https://camo.githubusercontent.com/eff820eb52149624631c327a82e2b2583aeff2946bfff027c153acdf7695e7c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f7274656e73636865656c2f6c61726176656c2d6865617274626561742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mortenscheel/laravel-heartbeat)[![Total Downloads](https://camo.githubusercontent.com/2f7f42dcacb377180c1446add2e84587f14eb5cd4eef85629a08c80ffb085f79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f7274656e73636865656c2f6c61726176656c2d6865617274626561742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mortenscheel/laravel-heartbeat)

A simple way to detect when your queue workers are hanging or can't keep up.

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

[](#installation)

Via Composer

```
$ composer require mortenscheel/laravel-heartbeat
```

Configuration
-------------

[](#configuration)

Publish config

```
$ php artisan vendor:publish --tag=heartbeat-config
```

Default configuration

```
