PHPackages                             mrthat1996/klee-bugs-report - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. mrthat1996/klee-bugs-report

ActiveProject[Logging &amp; Monitoring](/categories/logging)

mrthat1996/klee-bugs-report
===========================

Log bugs using Klee

0.0.6(3y ago)02.6kPHPPHP ^7.4.0

Since Feb 9Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (7)Used By (0)

Klee Bugs Report
================

[](#klee-bugs-report)

Install
-------

[](#install)

1. Install the package

```
composer require mrthat1996/klee-bugs-report
```

2. Add ServiceProvider to `config/app.php`

```
Mrthat1996\KleeBugsReport\Providers\KleeBugsReportServiceProvider::class
```

3. Public configuration (Optional)

```
php artisan vendor:publish --provider="Mrthat1996\KleeBugsReport\Providers\ServiceProvider"
```

4. Config ENV

- Which error levels should be report

```
KLEE_LOG_LEVEL=error
```

- Which environments should be report

```
KLEE_LOG_ENV=development,staging
```

- Klee authentication token (Ask Alice for token)

```
KLEE_AUTH_TOKEN=TOKEN
```

5. Facades

- Add alias to `config/app.php`

```
'Klee' => Mrthat1996\KleeBugsReport\Facades\KleeFacade::class,
```

- To log a custom message

```
\Klee::log(string, array);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Recently: every ~73 days

Total

6

Last Release

1265d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22009164e7292e7ddd4d288312337da58bf334581410d235bf1c705ddf7f8f7a?d=identicon)[mrthat1996](/maintainers/mrthat1996)

---

Top Contributors

[![mrthat1996](https://avatars.githubusercontent.com/u/3494965?v=4)](https://github.com/mrthat1996 "mrthat1996 (15 commits)")

### Embed Badge

![Health badge](/badges/mrthat1996-klee-bugs-report/health.svg)

```
[![Health](https://phpackages.com/badges/mrthat1996-klee-bugs-report/health.svg)](https://phpackages.com/packages/mrthat1996-klee-bugs-report)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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