PHPackages                             webkid/bugreporter - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. webkid/bugreporter

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

webkid/bugreporter
==================

A php class for Laravel to send bug reports with data

1.3(8y ago)1269MITPHPPHP &gt;=5.5.9

Since May 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/PoTHuYJoHN/laravel-bugreports)[ Packagist](https://packagist.org/packages/webkid/bugreporter)[ RSS](/packages/webkid-bugreporter/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Installation (Laravel 5.x)
--------------------------

[](#installation-laravel-5x)

Run:

```
composer require webkid/bugreporter

```

Add the service provider to `config/app.php` under `providers`:

```
'providers' => [
    Webkid\BugReporter\BugReporterServiceProvider::class,
]

```

Publish Config

```
php artisan vendor:publish --provider="Webkid\BugReporter\BugReporterServiceProvider"

```

Update config file:

```
config/bugreports.php

```

Update app/Exceptions/Handler.php file:

```
public function report(Exception $e)
{
	//fire bug report here
	$bugReport = new Reporter();
	$bugReport->sendReport($e);
	//old code
	return parent::report($e);
}

```

Also provide environment variables:

```
UKIE_REPORTS_ENABLE=true
UKIE_REPORTS_URL=
UKIE_REPORTS_TOKEN=

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05b8edd2ee67b504fd11fb93b0185f7307edb8a700a4ece349ebafea1dcaf97a?d=identicon)[\_webkid](/maintainers/_webkid)

---

Top Contributors

[![kolodii-ivan](https://avatars.githubusercontent.com/u/1891846?v=4)](https://github.com/kolodii-ivan "kolodii-ivan (6 commits)")

---

Tags

laravelreportbugukietech

### Embed Badge

![Health badge](/badges/webkid-bugreporter/health.svg)

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

###  Alternatives

[jimmyjs/laravel-report-generator

Rapidly Generate Simple Pdf &amp; Excel Report on Laravel 5 (Using Barryvdh/DomPdf or Barryvdh/laravel-snappy &amp; maatwebsite/excel)

580162.4k1](/packages/jimmyjs-laravel-report-generator)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[bfinlay/laravel-excel-seeder

Seed the database with Laravel using Excel, XLSX, XLS, CSV, ODS, Gnumeric, XML, HTML, SLK files

3946.2k](/packages/bfinlay-laravel-excel-seeder)

PHPackages © 2026

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