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. aiarmada/filament-jnt

ActiveLibrary

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

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

v1.0.0(2mo ago)00MITPHP

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 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

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/configuration.md) – All configuration options
- [Resources](docs/resources.md) – Available resources and customization

---

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

[](#requirements)

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

---

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance89

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Unknown

Total

1

Last Release

65d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/726da4efcb731bc0ebcdd0b7ce64759e1f8dd63f6f771eab335458f6a2f2d3af?d=identicon)[sairiz](/maintainers/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

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[althinect/filament-spatie-roles-permissions

340954.7k9](/packages/althinect-filament-spatie-roles-permissions)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

299998.0k20](/packages/ysfkaya-filament-phone-input)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

434297.7k19](/packages/awcodes-filament-curator)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)

PHPackages © 2026

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