PHPackages                             roketin/immune - 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. roketin/immune

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

roketin/immune
==============

package to report exceptions for lumen framework by Roketin

v0.0.3(7y ago)014MITPHP

Since Oct 2Pushed 7y ago3 watchersCompare

[ Source](https://github.com/roketin/immune)[ Packagist](https://packagist.org/packages/roketin/immune)[ RSS](/packages/roketin-immune/feed)WikiDiscussions master Synced 4d ago

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

Roketin Immune
==============

[](#roketin-immune)

[![Issues](https://camo.githubusercontent.com/2f8f71eba10dbf04d9a793af6d6698d6e4ad564cf5be2ec539794fbcb6231214/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f726f6b6574696e2f696d6d756e652e7376673f7374796c653d666c61742d737175617265)](https://github.com/roketin/immune/issues) [![Forks](https://camo.githubusercontent.com/548d0a89ce9ca9bb2ce43cda91d45cd94ff43109c7c37f9d6c9d96e4a25e7590/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f726f6b6574696e2f696d6d756e652e7376673f7374796c653d666c61742d737175617265)](https://github.com/roketin/immune/network/members) [![Stars](https://camo.githubusercontent.com/f919c2cb6989ac25a092c0a9d32ac7249ab9ccc34f558c16e93b66bc820f284a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f726f6b6574696e2f696d6d756e652e7376673f7374796c653d666c61742d737175617265)](https://github.com/roketin/immune/stargazers)

### package to report exceptions for lumen framework by Roketin

[](#package-to-report-exceptions-for-lumen-framework-by-roketin)

1. Installation
---------------

[](#1-installation)

Open your command console and type just like install another package in laravel.

```
composer require roketin/immune

```

After installation done then you

```
php artisan immune-key:generate

```

Copy key to .env file on your project and make configuration like this

```
APP_URL=http://yourwebsite.com
IMMUNE_API=http://immune.roketin.com
IMMUNE_KEY=YOUR_KEY

```

then you go to file `app.php` on directory `bootstrap/app.php` you should copy this on register section

```
$app->register(Roketin\Immune\ReportExceptionsServiceProvider::class);

```

2. Usage
--------

[](#2-usage)

On your handler `app\Exceptions\Handler.php`

```
use Laravel\Lumen\Exceptions\Handler as ExceptionHandler;

```

Change to

```
use Roketin\Immune\Exceptions\ReportHandler as ExceptionHandler;

```

### Happy Develop!

[](#happy-develop)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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

3

Last Release

2781d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1852931?v=4)[Albert Christanto](/maintainers/albertchristanto)[@albertchristanto](https://github.com/albertchristanto)

![](https://avatars.githubusercontent.com/u/17893427?v=4)[Roketin](/maintainers/roketin)[@roketin](https://github.com/roketin)

---

Top Contributors

[![BeyKun](https://avatars.githubusercontent.com/u/33817112?v=4)](https://github.com/BeyKun "BeyKun (11 commits)")[![danielsugianto](https://avatars.githubusercontent.com/u/42990203?v=4)](https://github.com/danielsugianto "danielsugianto (3 commits)")

### Embed Badge

![Health badge](/badges/roketin-immune/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[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)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)

PHPackages © 2026

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