PHPackages                             aiarmada/filament-jnt - 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. [Admin Panels](/categories/admin)
4. /
5. aiarmada/filament-jnt

ActiveLibrary[Admin Panels](/categories/admin)

aiarmada/filament-jnt
=====================

A Filament admin plugin to manage J&amp;T Express shipping orders and tracking.

v0.1.34(2mo ago)001MITPHPPHP ^8.4

Since May 21Pushed 2mo agoCompare

[ Source](https://github.com/AIArmada/filament-jnt)[ Packagist](https://packagist.org/packages/aiarmada/filament-jnt)[ Docs](https://github.com/aiarmada/commerce)[ RSS](/packages/aiarmada-filament-jnt/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (37)Used By (1)

Filament J&amp;T Express
========================

[](#filament-jt-express)

> Filament 5 admin plugin for managing J&amp;T Express shipping orders and tracking, powered by the `aiarmada/jnt` package.

Features
--------

[](#features)

- **Shipping Orders** – view and manage J&amp;T Express orders with full details
- **Tracking Events** – monitor real-time tracking status updates
- **Webhook Logs** – debug incoming webhook notifications
- **Global Search** – search across orders, tracking numbers, and statuses
- **Auto-Polling** – real-time updates without page refresh
- **Operational Actions** – sync tracking and cancel orders via the J&amp;T API

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

[](#installation)

```
composer require aiarmada/filament-jnt
```

Publish the configuration:

```
php artisan vendor:publish --tag=filament-jnt-config
```

Register the plugin in your panel provider:

```
use AIArmada\FilamentJnt\FilamentJntPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentJntPlugin::make(),
        ]);
}
```

---

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

[](#configuration)

```
// config/filament-jnt.php
return [
    // Navigation group for all J&T resources
    'navigation' => [
        'group' => 'Shipping'
    ],

    // Badge color for navigation items
    'navigation_badge_color' => 'primary',

    // Auto-refresh interval for tables
    'polling_interval' => '30s',

    // Resource navigation ordering
    'resources' => [
        'navigation_sort' => [
            'orders' => 10,
            'tracking_events' => 20,
            'webhook_logs' => 30,
        ],
    ],

    // Table display formats
    'tables' => [
        'datetime_format' => 'Y-m-d H:i:s',
    ],
];
```

---

Resources
---------

[](#resources)

### Shipping Orders

[](#shipping-orders)

View J&amp;T Express shipping orders with:

- Order ID and tracking number
- Customer code and status
- Sender and receiver information
- Package details (weight, dimensions)
- Timestamps (created, updated, synced)

**Global search:** `order_id`, `tracking_number`, `customer_code`, `last_status`

### Tracking Events

[](#tracking-events)

Monitor parcel tracking events:

- Tracking number and order reference
- Scan type and description
- Location information
- Event timestamps

**Global search:** `tracking_number`, `order_reference`, `scan_type_name`, `description`

### Webhook Logs

[](#webhook-logs)

Debug webhook notifications:

- Tracking number and order reference
- Processing status (pending, processed, failed)
- Raw payload data
- Error messages if any

**Global search:** `tracking_number`, `order_reference`, `processing_status`

---

Auto-Polling
------------

[](#auto-polling)

Tables automatically refresh based on the configured interval:

```
'polling_interval' => '30s',  // Refresh every 30 seconds
```

Set to `null` to disable auto-polling.

---

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

[](#documentation)

- [Configuration Reference](docs/03-configuration.md) – All configuration options
- [Usage](docs/04-usage.md) – Resources, actions, widgets, and customization
- [Troubleshooting](docs/99-troubleshooting.md) – Common panel, polling, and owner-scope issues

---

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

[](#requirements)

- PHP 8.4+
- Laravel 13+
- Filament 5.0+
- aiarmada/jnt package

---

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance85

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

36

Last Release

75d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1634949?v=4)[Saiffil Fariz](/maintainers/sairiz)[@sairiz](https://github.com/sairiz)

### Embed Badge

![Health badge](/badges/aiarmada-filament-jnt/health.svg)

```
[![Health](https://phpackages.com/badges/aiarmada-filament-jnt/health.svg)](https://phpackages.com/packages/aiarmada-filament-jnt)
```

###  Alternatives

[filament/spatie-laravel-settings-plugin

Filament support for `spatie/laravel-settings`.

1183.2M128](/packages/filament-spatie-laravel-settings-plugin)[tapp/filament-lms

204.4k](/packages/tapp-filament-lms)

PHPackages © 2026

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