PHPackages                             leorent/slackdroid - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. leorent/slackdroid

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

leorent/slackdroid
==================

Slack boot to send a notification to a slack web-hook whenever a job fails.

06PHP

Since Jan 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/LeorentKelmendi/slackdroid-jobchecker)[ Packagist](https://packagist.org/packages/leorent/slackdroid)[ RSS](/packages/leorent-slackdroid/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

Get a slack notification when a job fails.
==========================================

[](#get-a-slack-notification-when-a-job-fails)

This package sends notifications to a slack web-hook if a queued job fails. It leverages [Laravel 5.5 notification capabilities](https://laravel.com/docs/5.5/notifications).

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

[](#installation)

You can install the package via composer:

```
composer require leorent/slackdroid
```

In order to use slack notification you must install guzzle first.

```
composer require guzzlehttp/guzzle
```

The service provider will automatically be registered.

Next, you must publish the config file:

```
php artisan vendor:publish --provider="Leo\DroidJobMonitor\BootJobMonitorServiceProvider"
```

After vendor publish a new file will be generated under `config` folder, named `boot-job-monitor.php` that contains slack web-hook url provided through env file.

```
/*
 * The channel web-hook to which the notification will be sent.
 */
return [

    'slack' => [
        'webhook_url' => env('FAILED_JOB_SLACK_WEBHOOK_URL'),
    ],

]

```

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

[](#configuration)

Usage
-----

[](#usage)

If you configured web-hook url correctly. You'll receive a notification when a queued job fails.

Testing
-------

[](#testing)

TODO

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/8655b1d14837351bbe9fb0764e38bd2c951705eed9f8bc8b4f500f63d9bc6d9c?d=identicon)[LeorentKelmendi](/maintainers/LeorentKelmendi)

---

Top Contributors

[![LeorentKelmendi](https://avatars.githubusercontent.com/u/23528898?v=4)](https://github.com/LeorentKelmendi "LeorentKelmendi (29 commits)")

### Embed Badge

![Health badge](/badges/leorent-slackdroid/health.svg)

```
[![Health](https://phpackages.com/badges/leorent-slackdroid/health.svg)](https://phpackages.com/packages/leorent-slackdroid)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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