PHPackages                             kbtonmoy/steadfast-for-bagisto - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. kbtonmoy/steadfast-for-bagisto

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kbtonmoy/steadfast-for-bagisto
==============================

Steadfast (Packzy) courier shipping integration for Bagisto — create shipments, track status, and receive delivery webhooks from the order view.

v1.0.2(1mo ago)06MITPHPPHP ^8.3

Since Jul 4Pushed 1mo agoCompare

[ Source](https://github.com/kbtonmoy/steadfast-for-bagisto)[ Packagist](https://packagist.org/packages/kbtonmoy/steadfast-for-bagisto)[ RSS](/packages/kbtonmoy-steadfast-for-bagisto/feed)WikiDiscussions main Synced 1w ago

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

Steadfast Shipping for Bagisto
==============================

[](#steadfast-shipping-for-bagisto)

Steadfast (Packzy) courier integration for [Bagisto](https://bagisto.com) 2.4.x. Create shipments straight from the order view, sync delivery status, and receive status updates via webhook.

Requirements
------------

[](#requirements)

- Bagisto `^2.4`
- PHP `^8.3`
- A Steadfast merchant account (API key + secret key)

Installation
------------

[](#installation)

### 1. Require the package

[](#1-require-the-package)

**From Packagist (public):**

```
composer require kbtonmoy/steadfast-for-bagisto
```

**From the Git repo (reuse across your own projects):** add the repository to your project's root `composer.json`, then require it:

```
"repositories": [
    { "type": "vcs", "url": "https://github.com/kbtonmoy/steadfast-for-bagisto.git" }
]
```

```
composer require kbtonmoy/steadfast-for-bagisto:^1.0
```

**From a local path (monorepo / same machine):** ensure your root `composer.json` has the Bagisto default path repository (it does out of the box):

```
"repositories": [
    { "type": "path", "url": "packages/*/*", "options": { "symlink": true } }
]
```

Drop the package folder into `packages/Webkul/Steadfast/` and run:

```
composer require kbtonmoy/steadfast-for-bagisto:@dev
```

The main service provider is auto-discovered — no need to edit `bootstrap/providers.php`.

### 2. Register the Concord module

[](#2-register-the-concord-module)

Concord model registration is **not** auto-discovered. Add this one line to the `modules` array in your project's `config/concord.php`:

```
'modules' => [
    // ...
    Webkul\Steadfast\Providers\ModuleServiceProvider::class,
],
```

### 3. Migrate and clear caches

[](#3-migrate-and-clear-caches)

```
php artisan migrate            # creates the steadfast_shipments table
php artisan optimize:clear
```

Configuration
-------------

[](#configuration)

In the admin panel go to **Configure → Sales → Steadfast** and set:

SettingConfig keyNotesEnabled`sales.steadfast.settings.enabled`Master on/off switchAPI Key`sales.steadfast.settings.api_key`From your Steadfast merchant portalSecret Key`sales.steadfast.settings.secret_key`From your Steadfast merchant portalBase URL`sales.steadfast.settings.base_url`Defaults to `https://portal.packzy.com/api/v1`Default delivery type`sales.steadfast.settings.default_delivery_type`### Webhook

[](#webhook)

Point your Steadfast delivery-status webhook at:

```
POST https://your-store.test/steadfast/webhook/{token}

```

The `{token}` is shown on the Steadfast configuration screen in the admin panel.

Usage
-----

[](#usage)

Open any order in the admin panel — a **Steadfast** panel appears in the order view with actions to create a consignment and refresh its delivery status.

License
-------

[](#license)

MIT © Khabirul Basar

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

48d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15908639?v=4)[Khabirul Basar](/maintainers/kbtonmoy)[@kbtonmoy](https://github.com/kbtonmoy)

---

Top Contributors

[![kbtonmoy](https://avatars.githubusercontent.com/u/15908639?v=4)](https://github.com/kbtonmoy "kbtonmoy (3 commits)")

---

Tags

laravelecommerceshippingcourierbagistoSteadFastbangladeshpackzy

### Embed Badge

![Health badge](/badges/kbtonmoy-steadfast-for-bagisto/health.svg)

```
[![Health](https://phpackages.com/badges/kbtonmoy-steadfast-for-bagisto/health.svg)](https://phpackages.com/packages/kbtonmoy-steadfast-for-bagisto)
```

###  Alternatives

[pixelpeter/laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API

126105.9k](/packages/pixelpeter-laravel5-woocommerce-api-client)[highsidelabs/laravel-spapi

A Laravel wrapper for Amazon's Selling Partner API (via jlevers/selling-partner-api)

2545.2k1](/packages/highsidelabs-laravel-spapi)[ivanmitrikeski/laravel-shipping

Shipping package for Laravel. Supported providers: CanadaPost, USPS, UPS, FedEx and Purolator.

2426.7k5](/packages/ivanmitrikeski-laravel-shipping)

PHPackages © 2026

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