承接 aiarmada/filament-jnt 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aiarmada/filament-jnt

Composer 安装命令:

composer require aiarmada/filament-jnt

包简介

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

README 文档

README

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

Features

  • Shipping Orders – view and manage J&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&T API

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

// 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

Shipping Orders

View J&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

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

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

Tables automatically refresh based on the configured interval:

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

Set to null to disable auto-polling.

Documentation

Requirements

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

License

MIT License. See LICENSE for details.

aiarmada/filament-jnt 适用场景与选型建议

aiarmada/filament-jnt 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 03 月 21 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 aiarmada/filament-jnt 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 aiarmada/filament-jnt 我们能提供哪些服务?
定制开发 / 二次开发

基于 aiarmada/filament-jnt 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 27
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-21