PHPackages                             nadi-pro/nadi-laravel - 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. nadi-pro/nadi-laravel

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

nadi-pro/nadi-laravel
=====================

Handle Laravel Exception Events

2.0.7(3mo ago)1429MITPHPPHP ^8.1 || ^8.2 || ^8.3 || ^8.4

Since Jul 29Pushed 3mo agoCompare

[ Source](https://github.com/nadi-pro/nadi-laravel)[ Packagist](https://packagist.org/packages/nadi-pro/nadi-laravel)[ RSS](/packages/nadi-pro-nadi-laravel/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (17)Used By (0)

[![Build Status](https://github.com/nadi-pro/nadi-laravel/actions/workflows/run-tests.yml/badge.svg)](https://github.com/nadi-pro/nadi-laravel/actions)

Nadi Laravel Client
===================

[](#nadi-laravel-client)

Nadi is a simple issue tracker for monitoring your application crashes. This package developed for Laravel framework.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 9.0 or higher

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

[](#installation)

```
composer require nadi-pro/nadi-laravel
```

Then run the install command:

```
php artisan nadi:install
```

This will:

1. Publish the `nadi.php` configuration file to your `config/` directory
2. Automatically download and install the Nadi Shipper binary to `vendor/bin/`

### Skip Shipper Installation

[](#skip-shipper-installation)

If you don't want to install the shipper binary automatically (e.g., you're using the HTTP transporter only), use the `--skip-shipper` flag:

```
php artisan nadi:install --skip-shipper
```

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

[](#configuration)

After installation, configure your Nadi credentials in `config/nadi.php` or via environment variables:

```
NADI_API_KEY=your-sanctum-token
NADI_APP_KEY=your-application-key
```

Shipper Binary
--------------

[](#shipper-binary)

The Nadi Shipper is a lightweight Go binary that monitors a directory for JSON log files and forwards them to the Nadi API. It's automatically installed during `php artisan nadi:install`.

### Binary Location

[](#binary-location)

The shipper binary is installed at:

```
vendor/bin/shipper

```

### Manual Shipper Management

[](#manual-shipper-management)

You can also manage the shipper binary programmatically:

```
use Nadi\Laravel\Shipper\Shipper;

$shipper = new Shipper();

// Check if installed
if ($shipper->isInstalled()) {
    echo "Version: " . $shipper->getInstalledVersion();
    echo "Path: " . $shipper->getBinaryPath();
}

// Install or update
$shipper->install();

// Check for updates
if ($shipper->needsUpdate()) {
    $shipper->update();
}

// Execute shipper commands
$result = $shipper->send(config_path('nadi.yaml'));
$result = $shipper->test(config_path('nadi.yaml'));
$result = $shipper->verify(config_path('nadi.yaml'));

// Uninstall
$shipper->uninstall();
```

### Supported Platforms

[](#supported-platforms)

Operating SystemArchitecturesLinuxamd64, 386, arm64macOS (Darwin)amd64, arm64Windowsamd64Available Commands
------------------

[](#available-commands)

```
# Install Nadi (publishes config + installs shipper)
php artisan nadi:install

# Install without shipper binary
php artisan nadi:install --skip-shipper

# Force overwrite existing config
php artisan nadi:install --force

# Test API connectivity
php artisan nadi:test

# Verify configuration
php artisan nadi:verify
```

Documentation
-------------

[](#documentation)

Refer to [documentation](https://docs.nadi.pro) for detailed installation and usage instructions.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity69

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

Recently: every ~3 days

Total

15

Last Release

92d ago

Major Versions

1.1.1 → 2.0.02026-01-28

PHP version history (4 changes)1.0.0PHP ^7.4 || ^8.0 || ^8.1 || ^8.2

1.0.2PHP ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3

1.0.x-devPHP ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4

2.0.0PHP ^8.1 || ^8.2 || ^8.3 || ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (135 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nadi-pro-nadi-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/nadi-pro-nadi-laravel/health.svg)](https://phpackages.com/packages/nadi-pro-nadi-laravel)
```

###  Alternatives

[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

142347.8k](/packages/keepsuit-laravel-opentelemetry)[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)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[open-telemetry/symfony-sdk-bundle

OpenTelemetry Symfony integration

1182.6k4](/packages/open-telemetry-symfony-sdk-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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