PHPackages                             feline-studio/laravel-slack-reporter - 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. feline-studio/laravel-slack-reporter

AbandonedArchivedLibrary

feline-studio/laravel-slack-reporter
====================================

v1.0.1(4y ago)0634GPL-2.0-or-laterPHPPHP ^8.0

Since Oct 10Pushed 3y agoCompare

[ Source](https://github.com/daviddaytw/Laravel-SlackReporter)[ Packagist](https://packagist.org/packages/feline-studio/laravel-slack-reporter)[ Docs](https://github.com/Feline-Studio/Laravel-SlackReporter)[ RSS](/packages/feline-studio-laravel-slack-reporter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Laravel-SlackReporter
=====================

[](#laravel-slackreporter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b741bec1e0c94084b8ffe90d1bdbf163286de9ad49c36c25be4c0b9e71d2213c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66656c696e652d73747564696f2f6c61726176656c2d736c61636b2d7265706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/feline-studio/laravel-slack-reporter)[![Total Downloads](https://camo.githubusercontent.com/bc2c219ad35ed964f2450e90415dabc2de209477aa39e834dacefbc12d7c837c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66656c696e652d73747564696f2f6c61726176656c2d736c61636b2d7265706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/feline-studio/laravel-slack-reporter)[![Package Test](https://github.com/Feline-Studio/Laravel-SlackReporter/actions/workflows/test.yml/badge.svg)](https://github.com/Feline-Studio/Laravel-SlackReporter/actions/workflows/test.yml)

Report website error to Slack channel.

> **Deprecated: Please use [Laravel's Slack logging channel](https://laravel.com/docs/9.x/logging#configuring-the-slack-channel) instead!**

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

[](#installation)

You can install the package via composer:

```
composer require feline-studio/laravel-slack-reporter
```

You will need to publish the config file of this package with this command:

```
php artisan vendor:publish --provider="FelineStudio\SlackReporter\SlackReporterServiceProvider"
```

The config file will be published in `config/slack-reporter.php`. You will need to edit the config file and setup the Slack's incoming webhook url.

After configuring the package, you can use it to handle error by modifying the `register` function in `App\Exceptions\Handler`.

```
    /**
     * Register the exception handling callbacks for the application.
     *
     * @return void
     */
    public function register()
    {
        $this->reportable(function (Throwable $e) {
            SlackReporterFacade::handle($e);
        });
    }
```

### Testing

[](#testing)

```
composer test
```

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)

- [David Day](https://github.com/dj6082013)

License
-------

[](#license)

The GNU GPLv3. Please see [License](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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 ~122 days

Total

2

Last Release

1553d ago

PHP version history (2 changes)v1.0.0PHP ^7.4|^8.0

v1.0.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec70c2b83bdedf1c8ae4d2f0b5505543f6374e4d8428ee4fa7fcf6a16a815081?d=identicon)[daviddaytw](/maintainers/daviddaytw)

---

Top Contributors

[![daviddaytw](https://avatars.githubusercontent.com/u/47077427?v=4)](https://github.com/daviddaytw "daviddaytw (13 commits)")

---

Tags

error-reportererror-reportinglaravelphplaravelerror-reportingslackFeline-Studioerror-reporter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/feline-studio-laravel-slack-reporter/health.svg)

```
[![Health](https://phpackages.com/badges/feline-studio-laravel-slack-reporter/health.svg)](https://phpackages.com/packages/feline-studio-laravel-slack-reporter)
```

###  Alternatives

[laravel/slack-notification-channel

Slack Notification Channel for laravel.

89069.7M111](/packages/laravel-slack-notification-channel)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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