PHPackages                             fusic/laravel-faultline - 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. fusic/laravel-faultline

ActiveLibrary

fusic/laravel-faultline
=======================

laravel-faultline

0.2.3(3y ago)112.4k1MITPHPPHP ^7.1.3|^7.2|^7.2.5|^7.3|^8.0

Since Jun 25Pushed 3y ago2 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

laravel-faultline
=================

[](#laravel-faultline)

```
composer require fusic/laravel-faultline
```

Create config/faultline.php
---------------------------

[](#create-configfaultlinephp)

### Run

[](#run)

```
php artisan vendor:publish
```

Add faultline environment to .env
---------------------------------

[](#add-faultline-environment-to-env)

```
# for faultline
FAULTLINE_PROJECT=xxxx
FAULTLINE_API_KEY=xxxx
FAULTLINE_ENDPINT=xxxx
FAULTLINE_TIMEOUT=xxxx
FAULTLINE_SLACK_ENABLE=true
FAULTLINE_SLACK_WEBHOOK_URL=xxxx
FAULTLINE_SLACK_USERNAME=xxxx
FAULTLINE_SLACK_CHANNEL=xxxx
# FAULTLINE_SLACK_INTERVAL=
# FAULTLINE_SLACK_THRESHOLD=
# FAULTLINE_SLACK_TIMEZONE=
# FAULTLINE_GITHUB_ENABLE=
# FAULTLINE_GITHUB_TOKEN=
# FAULTLINE_GITHUB_OWNER=
# FAULTLINE_GITHUB_REPO=
# FAULTLINE_GITHUB_IF_EXIST=
# FAULTLINE_GITHUB_INTERVAL=
# FAULTLINE_GITHUB_THRESHOLD=
# FAULTLINE_GITHUB_TIMEZONE=
```

Add faultline report event to app/Exceptions/Handler.php
--------------------------------------------------------

[](#add-faultline-report-event-to-appexceptionshandlerphp)

```
    use LaravelFaultline\Exceptions\Handler\LaravelFaultline;

    public function report(Throwable $exception)
    {
        LaravelFaultline::notify($exception);

        parent::report($exception);
    }
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% 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 ~164 days

Recently: every ~287 days

Total

8

Last Release

1365d ago

PHP version history (2 changes)0.1.1PHP ^7.1.3

0.2.2PHP ^7.1.3|^7.2|^7.2.5|^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/11993e1bc87ed0dd4a9c11b61907b373204de9af63971d97cceb3f6142c4aa2c?d=identicon)[saku](/maintainers/saku)

---

Top Contributors

[![kozo](https://avatars.githubusercontent.com/u/285535?v=4)](https://github.com/kozo "kozo (12 commits)")[![k-masatany](https://avatars.githubusercontent.com/u/18628445?v=4)](https://github.com/k-masatany "k-masatany (5 commits)")

### Embed Badge

![Health badge](/badges/fusic-laravel-faultline/health.svg)

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

PHPackages © 2026

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