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

ActiveLibrary

mohamedhekal/shipbridge-smsa
============================

SMSA Express carrier driver for ShipBridge (Saudi Arabia / GCC)

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

Since Jul 16Pushed 1mo agoCompare

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

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

ShipBridge · SMSA Express
=========================

[](#shipbridge--smsa-express)

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

**SMSA Express** shipping driver for [ShipBridge](https://github.com/mohamedhekal/shipbridge) · Region: **Saudi Arabia / GCC** / **السعودية والخليج**

Real SECOM SOAP API: `SMSAwebService.asmx`

---

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

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

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

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

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-smsa
```

### ٢) حط مفتاح SMSA في `.env`

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

```
SHIPBRIDGE_DRIVER=smsa
SMSA_PASSKEY=your-passkey
SMSA_WSDL=http://track.smsaexpress.com/SECOM/SMSAwebService.asmx?WSDL
```

> التفاصيل في [`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('smsa')->createShipment(new CreateShipmentRequest(
    origin: new Address('المستودع', 'شارع الملك', 'Riyadh', 'SA', phone: '0110000000'),
    destination: new Address('العميل', 'طريق فهد', 'Jeddah', 'SA', phone: '0555555555'),
    parcels: [new Parcel(weightKg: 2.0, description: 'ملابس')],
    reference: 'ORD-42',
    metadata: ['cod' => 50],
));

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

---

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

[](#english--quick-start)

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-smsa
```

```
SHIPBRIDGE_DRIVER=smsa
SMSA_PASSKEY=your-passkey
```

```
ShipBridge::driver('smsa')->createShipment(...); // addShip
ShipBridge::driver('smsa')->track('AWB');         // getTrack
ShipBridge::driver('smsa')->label('AWB');         // getPDF
```

Requires PHP `ext-soap`. See [`docs/API.md`](docs/API.md).

Testing
-------

[](#testing)

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

---

License
-------

[](#license)

MIT © Mohamed Hekal

---

 [![ShipBridge · smsa](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

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

courierlaravelphpshipbridgeshippinglaravelshippingcouriercarriersaudismsagccshipbridge

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

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