PHPackages                             fredbradley/slacklogs - 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. fredbradley/slacklogs

AbandonedArchivedLibrary

fredbradley/slacklogs
=====================

Add a Laravel Service Provider

1.2.10(9y ago)056[1 issues](https://github.com/fredbradley/slacklogs/issues)MITPHPPHP &gt;=5.5.0

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fredbradley/slacklogs)[ Packagist](https://packagist.org/packages/fredbradley/slacklogs)[ RSS](/packages/fredbradley-slacklogs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (13)Used By (0)

⚠️ Deprecated. Laravel now has a nice native way of doing this much easier.
===========================================================================

[](#warning-deprecated-laravel-now-has-a-nice-native-way-of-doing-this-much-easier)

Install Instructions
--------------------

[](#install-instructions)

### Step One

[](#step-one)

Install this using Composer by adding the following to your shell.

```
composer require fredbradley/slacklogs
```

Or if you're the type of person that likes to edit the `composer.json` file directly, then add in:

```
"fredbradley/slacklogs": "^1.2.*"
```

### Step Two

[](#step-two)

Add the Service Provider to you `config/app.php`. In `config/app.php`, at the bottom of the array group where it lists "Package Service Providers...", add in:

```
FredBradley\CranleighSchool\SlackServiceProvider::class,
```

Remember to ensure there's no trailing comma at the end of the array, but that there is one on the line above!

### Step Three

[](#step-three)

Publish the config: in your shell write:

```
php artisan vendor:publish --tag=slackconfig
```

### Step Four

[](#step-four)

Edit your config, in the file `config/slacklogs.php`

- `webhook` =&gt; the slack webhook you have set up at . ([More info here](https://www.programmableweb.com/news/how-to-integrate-webhooks-slack-api/how-to/2015/10/20))
- `name` =&gt; change this if you wish - it will be the name that slack posts as
- `channel_dev` =&gt; The name of the channel you wish to post errors of your local environment to
- `channel_master` =&gt; The name of the channel you wish to post errors of your production environment to

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Recently: every ~8 days

Total

12

Last Release

3287d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

1.2.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1639226?v=4)[Fred Bradley](/maintainers/fredbradley)[@fredbradley](https://github.com/fredbradley)

---

Top Contributors

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

---

Tags

laravelslacklaravelslack

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fredbradley-slacklogs/health.svg)

```
[![Health](https://phpackages.com/badges/fredbradley-slacklogs/health.svg)](https://phpackages.com/packages/fredbradley-slacklogs)
```

###  Alternatives

[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[tylercd100/lern

LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.

438153.4k3](/packages/tylercd100-lern)[jeremykenedy/slack-laravel

Laravel integration for the jeremykenedy/slack package, including facades and service providers.

54738.8k](/packages/jeremykenedy-slack-laravel)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)

PHPackages © 2026

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