PHPackages                             dinesh/bugonemail - 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. dinesh/bugonemail

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

dinesh/bugonemail
=================

Get Laravel Bug or Error instant notification by Emails

V2.1(9y ago)3663.4k9[2 issues](https://github.com/dineshrabara/bugonemail/issues)[2 PRs](https://github.com/dineshrabara/bugonemail/pulls)MITHTMLPHP &gt;=5.4.0

Since Jul 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dineshrabara/bugonemail)[ Packagist](https://packagist.org/packages/dinesh/bugonemail)[ RSS](/packages/dinesh-bugonemail/feed)WikiDiscussions 5.0 Synced 3d ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

Installation
------------

[](#installation)

[![Latest Stable Version](https://camo.githubusercontent.com/44b74e57e7a0aa38b3a9f0ef03f0cf26d257efee2c37fd5ed2d4441abbbd53e5/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f6275676f6e656d61696c2f762f737461626c652e737667)](https://packagist.org/packages/dinesh/bugonemail) [![Total Downloads](https://camo.githubusercontent.com/eb17104d27336632f8204b884c1ed7d6f495e9b145588b260df4b2068a05f0d5/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f6275676f6e656d61696c2f646f776e6c6f6164732e737667)](https://packagist.org/packages/dinesh/bugonemail) [![Latest Unstable Version](https://camo.githubusercontent.com/b0421d175c0a035d1b1c6f25428d66ae8a9dab2f464ba66da17d1ead2f4c5e57/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f6275676f6e656d61696c2f762f756e737461626c652e737667)](https://packagist.org/packages/dinesh/bugonemail) [![License](https://camo.githubusercontent.com/9c1f33152a82fab2aec3ba1274824d1841c321b7432fc47e3ad32e540cc170b0/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f6275676f6e656d61696c2f6c6963656e73652e737667)](https://packagist.org/packages/dinesh/bugonemail)[![Build Status](https://camo.githubusercontent.com/8041debf94ef76471142983d4c0b7eb258329a1b9673135da4a08ade59080774/68747470733a2f2f7472617669732d63692e6f72672f64696e6573687261626172612f6275676f6e656d61696c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dineshrabara/bugonemail)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `dinesh/bugonemail`.

```
"require": {
	"laravel/framework": "5.*",
	"dinesh/bugonemail": "5.*@dev"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes, the next step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Dinesh\Bugonemail\BugonemailServiceProvider'

```

Next, you need to publish it's config file(s).

```
php artisan config:publish dinesh/bugonemail

```

Now change Config file.

```
    return array(
        'project_name' => '? ',
        'notify_emails' => array('your-email@gmail.com'),
        'email_template' => "bugonemail::email.notifyException",
        'notify_environment' => array('local','production'),
        'prevent_exception' => array('Symfony\Component\HttpKernel\Exception\NotFoundHttpException'),
    );
```

Manually Call

```
BugeException::notifyException($exception)

```

Manually set environment

```
BugeException::setEnvironment("local")

```

Email like

[![whoops there was an error](https://cloud.githubusercontent.com/assets/1228130/3213968/56a4eb00-efa3-11e3-9ea6-85e840174c88.jpg)](https://cloud.githubusercontent.com/assets/1228130/3213968/56a4eb00-efa3-11e3-9ea6-85e840174c88.jpg)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~216 days

Recently: every ~296 days

Total

7

Last Release

3017d ago

Major Versions

V1.2 → V2.02015-04-16

V2.1 → 5.x-dev2016-07-11

PHP version history (2 changes)V1.1PHP &gt;=5.3.0

V2.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/762ff300d16abfb3239d02c729f0b262cf25027b3737958581f5071bbe5b15e3?d=identicon)[Dinesh](/maintainers/Dinesh)

---

Top Contributors

[![dineshrabara](https://avatars.githubusercontent.com/u/1228130?v=4)](https://github.com/dineshrabara "dineshrabara (38 commits)")[![darit](https://avatars.githubusercontent.com/u/3360243?v=4)](https://github.com/darit "darit (1 commits)")[![MitzaCeusan](https://avatars.githubusercontent.com/u/111780?v=4)](https://github.com/MitzaCeusan "MitzaCeusan (1 commits)")

---

Tags

laravelerrorbugBugOnEmailBug EmailError on Emailinstant buginstant error

### Embed Badge

![Health badge](/badges/dinesh-bugonemail/health.svg)

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

###  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)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)

PHPackages © 2026

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