PHPackages                             shopgo/shipping-core - 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. shopgo/shipping-core

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

shopgo/shipping-core
====================

A module that Contains functions commonly used in ShopGo Magento shipping extensions.

002PHP

Since Apr 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/shopgo-magento2/shipping-core)[ Packagist](https://packagist.org/packages/shopgo/shipping-core)[ RSS](/packages/shopgo-shipping-core/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Shipping Core
=============

[](#shipping-core)

#### Contents

[](#contents)

- [Synopsis](#syn)
- [Overview](#over)
- [Installation](#install)
- [Tests](#tests)
- [Contributors](#contrib)
- [License](#lic)

Synopsis
---------------------------------------

[](#synopsis)

A module that contains functions commonly used in ShopGo Magento shipping extensions.

Overview
----------------------------------------

[](#overview)

TODO

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

[](#installation)

Below, you can find two ways to install the shipping core module.

### 1. Install via Composer (Recommended)

[](#1-install-via-composer-recommended)

First, make sure that Composer is installed:

Make sure that Packagist repository is not disabled.

Run Composer require to install the module:

```
php /composer.phar require shopgo/shipping-core:*

```

### 2. Clone the shipping-core repository

[](#2-clone-the-shipping-core-repository)

Clone the [shipping-core](https://github.com/shopgo-magento2/shipping-core) repository using either the HTTPS or SSH protocols.

### 2.1. Copy the code

[](#21-copy-the-code)

Create a directory for the shipping core module and copy the cloned repository contents to it:

```
mkdir -p /app/code/ShopGo/ShippingCore
cp -R /* /app/code/ShopGo/ShippingCore

```

### Update the Magento database and schema

[](#update-the-magento-database-and-schema)

If you added the module to an existing Magento installation, run the following command:

```
php /bin/magento setup:upgrade

```

### Verify the module is installed and enabled

[](#verify-the-module-is-installed-and-enabled)

Enter the following command:

```
php /bin/magento module:status

```

The following confirms you installed the module correctly, and that it's enabled:

```
example
    List of enabled modules:
    ...
    ShopGo_ShippingCore
    ...

```

Tests
--------------------------------------

[](#tests)

TODO

Contributors
-----------------------------------------------

[](#contributors)

Ammar ()

License
--------------------------------------

[](#license)

[Open Source License](LICENSE.txt)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fade51510807f20e8bcb48cc5dfcb6d379b393d65053b79524792b1f98c784b6?d=identicon)[akai-z](/maintainers/akai-z)

![](https://www.gravatar.com/avatar/834345f4a468892368d9a889c4e3fc36cb210eaef9e3ad8c86477b8002cb948d?d=identicon)[ShopGo](/maintainers/ShopGo)

### Embed Badge

![Health badge](/badges/shopgo-shipping-core/health.svg)

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

PHPackages © 2026

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