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.

v1.0.0(3mo ago)001MITPHP

Since Mar 8Pushed 1mo 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 3w ago

READMEChangelogDependencies (2)Versions (35)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

37

—

LowBetter than 81% of packages

Maintenance87

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

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

34

Last Release

30d 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`.

1122.7M99](/packages/filament-spatie-laravel-settings-plugin)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

250203.6k11](/packages/awcodes-filament-quick-create)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

210140.2k1](/packages/guava-filament-knowledge-base)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2310.5k](/packages/mradder-filament-logger)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

334.9k1](/packages/caresome-filament-neobrutalism-theme)

PHPackages © 2026

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