PHPackages                             upcoders/laravel-shipping - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. upcoders/laravel-shipping

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

upcoders/laravel-shipping
=========================

The Laravel eCommerce Shipping package provides methods for shipping the products

v1.3.2(4y ago)3366[2 PRs](https://github.com/upcoders/laravel-shipping/pulls)MITPHPPHP ^8.0

Since Apr 5Pushed 2y ago2 watchersCompare

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

READMEChangelog (5)Dependencies (13)Versions (9)Used By (0)

Laravel eCommerce Shipping package
==================================

[](#laravel-ecommerce-shipping-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a2fa28f488a8af24882138446907b17ea7a44e96a0533eb8ab86a4bc160eed42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7570636f646572732f6c61726176656c2d7368697070696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/upcoders/laravel-shipping)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0ae6934c42d945ee8854c8d3bc4eae7fa7a960ed062c3a7f9fecdcf10a8b752a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7570636f646572732f6c61726176656c2d7368697070696e672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/upcoders/laravel-shipping/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/90e1cf0eca2dcfbbd0217b69c14cd283ffddd0f251ab0b0167ce7c4d4a554e1f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7570636f646572732f6c61726176656c2d7368697070696e672f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/upcoders/laravel-shipping/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6692201da171372f1176488ba8467ad8f4c4bfac24ac6c605de3789f2dcf0913/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7570636f646572732f6c61726176656c2d7368697070696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/upcoders/laravel-shipping)

The Laravel eCommerce Shipping package provides shipping options for shopping applications and includes zones, locations within them, and different methods in each zone.

Support us
----------

[](#support-us)

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

[](#installation)

You can install the package via composer:

```
composer require upcoders/laravel-shipping
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-shipping-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-shipping-views"
```

Usage
-----

[](#usage)

```
$laravelShipping = new Upcoders\LaravelShipping();
echo $laravelShipping->echoPhrase('Hello, Upcoders!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [upcoders.ir](https://github.com/upcoders.ir)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

6

Last Release

1494d ago

### Community

Maintainers

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

---

Top Contributors

[![MahdiIsComing](https://avatars.githubusercontent.com/u/16771432?v=4)](https://github.com/MahdiIsComing "MahdiIsComing (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![upcoders](https://avatars.githubusercontent.com/u/36292724?v=4)](https://github.com/upcoders "upcoders (2 commits)")

---

Tags

laravellaravel-frameworkshipmentshipping-modulelaravelupcoders.irlaravel-shipping

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/upcoders-laravel-shipping/health.svg)

```
[![Health](https://phpackages.com/badges/upcoders-laravel-shipping/health.svg)](https://phpackages.com/packages/upcoders-laravel-shipping)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.8k28.9M627](/packages/spatie-laravel-data)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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