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

ActiveLibrary

mohamedhekal/shipbridge-hepsijet
================================

HepsiJet carrier driver for ShipBridge (Turkey)

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

Since Jul 16Pushed 1mo agoCompare

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

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

ShipBridge · HepsiJet
=====================

[](#shipbridge--hepsijet)

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

**HepsiJet** (Hepsiburada Logistics) driver for [ShipBridge](https://github.com/mohamedhekal/shipbridge) · Region: **Turkey** / **Türkiye**

REST API: `https://integration.hepsijet.com` (sandbox: `https://integration-apitest.hepsijet.com`)

---

Türkçe — 3 adımda
-----------------

[](#türkçe--3-adımda)

### 1) Paketleri kur

[](#1-paketleri-kur)

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-hepsijet
```

### 2) `.env` anahtarları

[](#2-env-anahtarları)

```
SHIPBRIDGE_DRIVER=hepsijet
HEPSIJET_BASE_URL=https://integration-apitest.hepsijet.com
HEPSIJET_USERNAME=your-username
HEPSIJET_PASSWORD=your-password
HEPSIJET_COMPANY_NAME=Your Company
HEPSIJET_ABBREVIATION_CODE=YOURABBR
HEPSIJET_COMPANY_ADDRESS_ID=ADDR-001
HEPSIJET_CURRENT_XDOCK_CODE=XD-001
```

> Detaylar: `config/hepsijet.php` ve [`docs/GUIDE_TR.md`](docs/GUIDE_TR.md).

### 3) Gönderi oluştur

[](#3-gönderi-oluştur)

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

$shipment = ShipBridge::driver('hepsijet')->createShipment(new CreateShipmentRequest(
    origin: new Address('Depo', 'Sanayi Cd 1', 'İstanbul', 'TR', state: 'Tuzla', phone: '05551111111'),
    destination: new Address('Ali Yılmaz', 'Kızılay Mah.', 'Ankara', 'TR', state: 'Çankaya', phone: '05551234567', email: 'ali@example.com'),
    parcels: [new Parcel(weightKg: 2.0, description: 'Ayakkabı')],
    reference: 'ORD-42',
    metadata: ['desi' => 2, 'town' => 'Çankaya'],
));

echo $shipment->trackingNumber; // TSTORD42...
```

PDF etiket: `ShipBridge::driver('hepsijet')->label($shipment->trackingNumber)`. Teknik notlar: [`docs/API.md`](docs/API.md), araştırma: [`docs/VENDOR_NOTES.md`](docs/VENDOR_NOTES.md).

---

English
-------

[](#english)

Laravel driver for HepsiJet REST integration: Basic Auth token, enhanced delivery create, integration track, and separate PDF label endpoint.

```
composer require mohamedhekal/shipbridge mohamedhekal/shipbridge-hepsijet
```

Caller-generated barcodes (`customerDeliveryNo`) must be 9–16 characters prefixed with your `abbreviation_code`. Nested address format uses `city.name`, `town.name`, and `district.name`.

---

License
-------

[](#license)

MIT · Mohamed Hekal

---

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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

Unknown

Total

1

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 (3 commits)")

---

Tags

laravelshippingturkeycouriercarriercodHepsiburadahepsijetshipbridge

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

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