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

ActiveLibrary

mohamedhekal/shipbridge-aramex
==============================

Aramex carrier driver for ShipBridge (MENA / Global)

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

Since Jul 16Pushed 1mo agoCompare

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

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

ShipBridge · Aramex
===================

[](#shipbridge--aramex)

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

**Aramex** shipping driver for [ShipBridge](https://github.com/mohamedhekal/shipbridge) · SOAP Shipping API V2
Docs: [docs/GUIDE\_AR.md](docs/GUIDE_AR.md) · [docs/API.md](docs/API.md)

---

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

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

### ١) التثبيت

[](#١-التثبيت)

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-aramex
```

### ٢) بيانات حساب Aramex في `.env`

[](#٢-بيانات-حساب-aramex-في-env)

```
SHIPBRIDGE_DRIVER=aramex
ARAMEX_ENV=test
ARAMEX_USERNAME=testingapi@aramex.com
ARAMEX_PASSWORD=R123456789$r
ARAMEX_ACCOUNT_NUMBER=20016
ARAMEX_ACCOUNT_PIN=331421
ARAMEX_ACCOUNT_ENTITY=AMM
ARAMEX_ACCOUNT_COUNTRY=JO
```

> القيم الافتراضية أعلاه هي حساب **Test** الرسمي من توثيق Aramex.
> للإنتاج: `ARAMEX_ENV=live` + بيانات عقدك من Aramex.

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

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

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

$shipment = ShipBridge::driver('aramex')->createShipment(new CreateShipmentRequest(
    origin: new Address('المخزن', 'شارع ١', 'Cairo', 'EG', phone: '01011111111'),
    destination: new Address('العميل', 'شارع النيل', 'Giza', 'EG', phone: '01000000000'),
    parcels: [new Parcel(weightKg: 1.5, description: 'ملابس')],
    reference: 'ORD-42',
    metadata: [
        'cod' => 200,
        'currency' => 'EGP',
        'product_group' => 'DOM', // شحن داخلي مصر
        'product_type' => 'OND',
    ],
));
```

---

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

[](#english--quick-start)

Uses official SOAP:

- `CreateShipments`
- `TrackShipments`
- `PrintLabel`

WSDL (live): `https://ws.aramex.net/ShippingAPI.V2/Shipping/Service_1_0.svc?wsdl`

MethodAramex API`createShipment``CreateShipments``track``TrackShipments``label``PrintLabel``createReturn` / `createExchange``CreateShipments` (typed via metadata)Testing
-------

[](#testing)

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

---

License
-------

[](#license)

MIT © Mohamed Hekal

---

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

courierlaravelphpshipbridgeshippinglaravelexpressshippingaramexcarriermenashipbridge

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  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)
