PHPackages                             alexlg89/laravel-exception-slacker - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. alexlg89/laravel-exception-slacker

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

alexlg89/laravel-exception-slacker
==================================

Sends Laravel Exceptions to your Slack

1(8y ago)118MITPHPPHP &gt;=5.6

Since Apr 12Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Alexlg89/laravel-exception-slacker)[ Packagist](https://packagist.org/packages/alexlg89/laravel-exception-slacker)[ Docs](https://github.com/Alexlg89/laravel-exception-slacker)[ RSS](/packages/alexlg89-laravel-exception-slacker/feed)WikiDiscussions master Synced yesterday

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

Laravel Exception Slacker
=========================

[](#laravel-exception-slacker)

The Laravel Exception Slacker is a Laravel Package, that informs you via Slack if an Exception is thrown.

Installing
==========

[](#installing)

Add the dependency to your project:

```
composer require alexlg89/laravel-exception-slacker
```

Since Laravel 5.5 the service provider will autmatically get registered. In older versions you have to add the Service Provider to the `config/app.php`

```
'providers' => [
    // ...
    Alexlg89\LaravelExceptionSlacker\LaravelExceptionSlackerServiceProvider::class,
];
```

Publish the config file with:

```
php artisan vendor:publish --provider="Alexlg89\LaravelExceptionSlacker\LaravelExceptionSlackerServiceProvider"
```

The value `slack_webhook_url` is the URL to your Slack Webhook.

That's it!

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7962f522c9be5a5ed2e783b81367d1686f82a6cabdaa49d464bb6b0bcf31aa6f?d=identicon)[Alexlg89](/maintainers/Alexlg89)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/alexlg89-laravel-exception-slacker/health.svg)

```
[![Health](https://phpackages.com/badges/alexlg89-laravel-exception-slacker/health.svg)](https://phpackages.com/packages/alexlg89-laravel-exception-slacker)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.0k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M265](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M323](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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