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)116.0kMITPHP

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 2d 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 75% 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

3354d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2476650?v=4)[Wonderful](/maintainers/wndrfl)[@wndrfl](https://github.com/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

[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/mail

The Illuminate Mail package.

5910.6M500](/packages/illuminate-mail)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)

PHPackages © 2026

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