PHPackages                             wndrfl/pushbuggy - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. wndrfl/pushbuggy

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

wndrfl/pushbuggy
================

Laravel log push notifications via slack

v1.2(9y ago)115.1kMITPHP

Since Apr 24Pushed 9y ago4 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

PushBuggy
=========

[](#pushbuggy)

This is a convenience library to make it easy to send log entries to a slack channel

Usage
-----

[](#usage)

### Slack

[](#slack)

To begin you'll need to create a Bot user on slack,

Once you create the bot, take note of the access token

### Install the library

[](#install-the-library)

Use composer to install PushBuggy in your current project

```
composer require wndrfl/pushbuggy

```

### Configure PushBuggy

[](#configure-pushbuggy)

Add the service provider `PushBuggyServiceProvider` to your list of providers in the `config/app.php`

```
// config/app.php
return [
  // All the app config...

    'providers' => [
      // All the other providers ...

      // Add this provider
      Wndrfl\PushBuggy\PushBuggyServiceProvider::class,
    ];

    // ...
];
```

Next, add a config entry `PUSHBUGGY` to your .env file

```
PUSHBUGGY=[{"token":"chat_user_token","channel":"#my-logs","name":"PushBuggy","log_level":200}]

```

The configuration variable is a json array so you could have many bot users in the same project. These are the fields available:

FieldDescriptionDefault valuetokenAuthentication token assigned to the Bot user\* *required*channelChannel name where the log messages will be posted\#generalnameName the bot user should use in the slack channelPushBuggylog\_levelMonolog log level. These values are defined in 300 (Logger::WARNING)To add another Bot user simply add more elements to the array, e.g.

```
PUSHBUGGY=[{"token":"chat_user_token","channel":"#my-logs","log_level":200},{"token":"some_other_token","log_level":100}]

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Total

5

Last Release

3308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c2bf23e62efde5b0ab3da2cd6ce761caeaf4f309133fcde8555f892e59b06c8?d=identicon)[wndrfl](/maintainers/wndrfl)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wndrfl-pushbuggy/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[xammie/mailbook

Laravel Mail Explorer

482458.3k1](/packages/xammie-mailbook)[spatie/laravel-notification-log

Log notifications sent by your Laravel app

207902.8k](/packages/spatie-laravel-notification-log)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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