PHPackages                             thing-broken/laravel-thing-broken - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thing-broken/laravel-thing-broken

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

thing-broken/laravel-thing-broken
=================================

A laravel adaptation of the Thing Broken library

v0.16.0(6y ago)07.6kMITPHPPHP &gt;=7.0

Since Aug 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/thing-broken/laravel-thing-broken)[ Packagist](https://packagist.org/packages/thing-broken/laravel-thing-broken)[ RSS](/packages/thing-broken-laravel-thing-broken/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (16)Used By (0)

Thing Broken for Laravel
------------------------

[](#thing-broken-for-laravel)

About
=====

[](#about)

This library is a Laravel adaptation of [the generic Thing Broken library for PHP](https://github.com/thing-broken/thing-broken).

It allows you to track success criteria and be notified when a job fails - as sometimes thing can fail silently (like if a job doesn't even run).

Requirements
============

[](#requirements)

- PHP 7.0+
- Laravel 5.6+
- json extension

Installation
============

[](#installation)

- Install our library with composer

`composer require thing-broken/laravel-thing-broken`

- Add Thing Broken as a service provider in `config/app.php`

```
    'providers' => [
        ...
        \ThingBroken\LaravelThingBroken\ThingBrokenServiceProvider::class,
    ]
```

- Register the ThingBroken facade in `config/app.php`

```
    'aliases' => [
        ...
        'ThingBroken' => \ThingBroken\LaravelThingBroken\ThingBrokenFacade::class
    ]
```

- Store an API key in your config/services.php

```
return [
    ...
    'thing-broken' => [
        'api_key' => env('THING_BROKEN_API_KEY'),
    ],
];
```

Usage
=====

[](#usage)

```
\ThingBroken::fire('My New Event');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~3 days

Total

15

Last Release

2465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96775b72e83f533028dc82c8f24df717f837f8b3ba00b6f25e305179ef627c3b?d=identicon)[SamMakesCode](/maintainers/SamMakesCode)

---

Top Contributors

[![SamMakesCode](https://avatars.githubusercontent.com/u/10065536?v=4)](https://github.com/SamMakesCode "SamMakesCode (14 commits)")

### Embed Badge

![Health badge](/badges/thing-broken-laravel-thing-broken/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M268](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M997](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M363](/packages/illuminate-redis)[illuminate/process

The Illuminate Process package.

44869.2k98](/packages/illuminate-process)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)

PHPackages © 2026

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