PHPackages                             mohamedhekal/shipbridge-jtexpress - 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. mohamedhekal/shipbridge-jtexpress

ActiveLibrary

mohamedhekal/shipbridge-jtexpress
=================================

v0.2.0(1mo ago)02↓75%1MITPHPPHP ^8.2CI passing

Since Jul 16Pushed 1mo agoCompare

[ Source](https://github.com/mohamedhekal/shipbridge-jtexpress)[ Packagist](https://packagist.org/packages/mohamedhekal/shipbridge-jtexpress)[ Docs](https://github.com/mohamedhekal/shipbridge-jtexpress)[ RSS](/packages/mohamedhekal-shipbridge-jtexpress/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

ShipBridge · J&amp;T Express
============================

[](#shipbridge--jt-express)

[![CI](https://github.com/mohamedhekal/shipbridge-jtexpress/actions/workflows/tests.yml/badge.svg)](https://github.com/mohamedhekal/shipbridge-jtexpress/actions)[![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![Packagist](https://camo.githubusercontent.com/6ed101400d3993fe5c907f6b2176a670acd6a1a1b8d25be3448c96a19fd64468/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f68616d656468656b616c2f736869706272696467652d6a74657870726573732e737667)](https://packagist.org/packages/mohamedhekal/shipbridge-jtexpress)

**J&amp;T Express Egypt** shipping driver for [ShipBridge](https://github.com/mohamedhekal/shipbridge) · Region: **Egypt** / **مصر**

Real Open Platform API: `https://openapi.jtjms-eg.com`

---

بالعربي — في ٣ خطوات
--------------------

[](#بالعربي--في-٣-خطوات)

### ١) ثبّت الحزمتين

[](#١-ثبّت-الحزمتين)

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-jtexpress
```

### ٢) حط مفاتيح J&amp;T في `.env`

[](#٢-حط-مفاتيح-jt-في-env)

```
SHIPBRIDGE_DRIVER=jtexpress
JTEXPRESS_BASE_URL=https://openapi.jtjms-eg.com
JTEXPRESS_API_ACCOUNT=your-api-account
JTEXPRESS_PRIVATE_KEY=your-private-key
JTEXPRESS_CUSTOMER_CODE=your-customer-code
JTEXPRESS_CUSTOMER_PWD=your-customer-password
```

> التفاصيل في `config/jtexpress.php` و [`docs/GUIDE_AR.md`](docs/GUIDE_AR.md).

### ٣) ابعت شحنة

[](#٣-ابعت-شحنة)

```
use Hekal\ShipBridge\Facades\ShipBridge;
use Hekal\ShipBridge\DTOs\Address;
use Hekal\ShipBridge\DTOs\CreateShipmentRequest;
use Hekal\ShipBridge\DTOs\Parcel;

$shipment = ShipBridge::driver('jtexpress')->createShipment(new CreateShipmentRequest(
    origin: new Address('المخزن', 'شارع ١', 'القاهرة', 'EG', phone: '01011111111'),
    destination: new Address('العميل', 'شارع النيل', 'الجيزة', 'EG', phone: '01000000000'),
    parcels: [new Parcel(weightKg: 1.2, description: 'ملابس')],
    reference: 'ORD-42',
    metadata: [
        'cod' => 250,
        'prov' => 'الجيزة',
        'city' => 'الدقي',
    ],
));

echo $shipment->trackingNumber; // billCode
```

---

English — Quick start
---------------------

[](#english--quick-start)

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-jtexpress
```

```
SHIPBRIDGE_DRIVER=jtexpress
JTEXPRESS_API_ACCOUNT=...
JTEXPRESS_PRIVATE_KEY=...
JTEXPRESS_CUSTOMER_CODE=...
JTEXPRESS_CUSTOMER_PWD=...
```

```
ShipBridge::driver('jtexpress')->createShipment(...); // addOrder
ShipBridge::driver('jtexpress')->track('JT...');       // logistics/trace
ShipBridge::driver('jtexpress')->label('JT...');       // printOrder
```

See [`docs/API.md`](docs/API.md) for digests, endpoints, and COD fields.

Testing
-------

[](#testing)

```
composer install && composer test
```

---

License
-------

[](#license)

MIT © Mohamed Hekal

---

 [![ShipBridge · jtexpress](docs/assets/banner.png)](docs/assets/banner.png)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

3

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9d7c092a109fe780c7efd87ce4142eae2c0cec0f92fd1e87e769bec5661953b?d=identicon)[mohamedhekal](/maintainers/mohamedhekal)

---

Top Contributors

[![mohamedhekal](https://avatars.githubusercontent.com/u/21014387?v=4)](https://github.com/mohamedhekal "mohamedhekal (2 commits)")

---

Tags

courierlaravelphpshipbridgeshippinglaravelshippingcouriercarrierEgyptjtExpressshipbridge

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mohamedhekal-shipbridge-jtexpress/health.svg)

```
[![Health](https://phpackages.com/badges/mohamedhekal-shipbridge-jtexpress/health.svg)](https://phpackages.com/packages/mohamedhekal-shipbridge-jtexpress)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3365.5M359](/packages/psalm-plugin-laravel)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k118.2M1.0k](/packages/laravel-socialite)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

80732.6M270](/packages/laravel-mcp)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58190.1k22](/packages/api-platform-laravel)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.5k](/packages/forjedio-inertia-table)

PHPackages © 2026

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