PHPackages                             ixudra/csi - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. ixudra/csi

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

ixudra/csi
==========

Custom PHP Crash Scene Investigation (CSI) library for the Laravel 5 framework - developed by Ixudra

2.0.0(9y ago)240MITPHPPHP &gt;=5.4.0

Since Dec 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ixudra/csi)[ Packagist](https://packagist.org/packages/ixudra/csi)[ Docs](http://ixudra.be)[ RSS](/packages/ixudra-csi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (10)Used By (0)

ixudra/csi
==========

[](#ixudracsi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/768d87383de6f268924990265b5354d972fdc5c881117d59b872760db2ca9ff4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6978756472612f6373692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ixudra/csi)![license](https://camo.githubusercontent.com/cc51ff71efc9ffbfff08bc85f98b49b2470a455f1dfa86372a25ec59733c7704/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6978756472612f6373692e737667)[![StyleCI](https://camo.githubusercontent.com/44aed0734f6ae3ef70ceb702514704d320e42b3b82db755e6359c74d6a32229f/68747470733a2f2f7374796c6563692e696f2f7265706f732f32373133303730372f736869656c64)](https://styleci.io/repos/27130707)[![Total Downloads](https://camo.githubusercontent.com/774c9843760516c7103207fff42e4db95230188926dceb9eca4361085cf13aef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6978756472612f6373692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ixudra/csi)

Custom PHP Crash Scene Investigation (CSI) library for the Laravel 5 framework - developed by Ixudra.

This package can be used by anyone at any given time, but keep in mind that it is optimized for my personal custom workflow. It may not suit your project perfectly and modifications may be in order.

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

[](#installation)

Pull this package in through Composer:

```
    {
        "require": {
            "ixudra/csi": "2.*"
        }
    }
```

Add the service provider to your `config/app.php` file:

```
    providers     => array(

        //...
        Ixudra\Csi\CsiServiceProvider::class,

    )
```

Add your API key to your `.env` file:

```
    CSI_BASE_URL=ixudra_api_url
    CSI_PUBLIC_KEY=your_api_key
```

Add the error handling instructions to your `bootstrap/app.php` file:

```
$app->singleton(
    Illuminate\Contracts\Debug\ExceptionHandler::class,
    Ixudra\Csi\Exceptions\CsiExceptionHandler::class,
    App\Exceptions\Handler::class
);
```

Usage
-----

[](#usage)

In order to use the package, you need to tell your app to send exception information to your portal of choice. This will happen automatically once you have completed the setup mentioned above. Once an exception is registered, the web portal administrator will receive the exception information as soon as he logs in and will take action as soon as possible.

Configuration
-------------

[](#configuration)

You can also publish the package's configuration files using the artisan command:

```
    php artisan config:publish ixudra/csi
```

This will allow you to change the web portal URL as well as browser and platform information that is used by the package.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Recently: every ~173 days

Total

9

Last Release

3482d ago

Major Versions

0.1.1 → 1.0.02014-12-12

1.0.6 → 2.0.02016-11-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/c441bf73a59ca680bb804e22e746002a07d1a44542e8c417a45317bc79b224d8?d=identicon)[Elimentz](/maintainers/Elimentz)

---

Top Contributors

[![elimentz](https://avatars.githubusercontent.com/u/1410811?v=4)](https://github.com/elimentz "elimentz (16 commits)")

---

Tags

laravelexceptionerrorexception handlingIxudraCSIcrash

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ixudra-csi/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[facade/ignition

A beautiful error page for Laravel applications.

2.1k102.2M333](/packages/facade-ignition)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)[ikkez/f3-falsum

Pretty error handling for Fat-Free Framework

21145.8k3](/packages/ikkez-f3-falsum)

PHPackages © 2026

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