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 2mo ago

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 43% 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

2953d 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.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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