PHPackages                             multiparcels/custom-shop-php - 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. multiparcels/custom-shop-php

ActiveLibrary

multiparcels/custom-shop-php
============================

07PHP

Since Dec 8Pushed 4y agoCompare

[ Source](https://github.com/MultiParcels/custom-shop-php)[ Packagist](https://packagist.org/packages/multiparcels/custom-shop-php)[ RSS](/packages/multiparcels-custom-shop-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

MultiParcels Custom Shop PHP implementation
===========================================

[](#multiparcels-custom-shop-php-implementation)

Easy way to set up custom shop using PHP.

Install
-------

[](#install)

```
composer require multiparcles/custom-shop-php
```

### Example response MultiParcels should see:

[](#example-response-multiparcels-should-see)

```
{
  "version": 0.2,
  "callback": "https://example.com/multiparcels/callback",
  "orders": [
    {
      "order_id": 123,
      "created_at": "2020-01-01 12:34:56",
      "total_price": 60,
      "currency": "EUR",
      "notes": "The apartment is in the second floor",
      "status": "ready_to_dispatch",
      "shipping": "DHL home delivery",
      "packages": 2,
      "payment": "Paypal",
      "receiver": {
        "name": "John Smith",
        "address": "Saulėtekio al. 15",
        "city": "Vilnius",
        "postal_code": 10224,
        "country_code": "LT",
        "phone_number": "+37061234567",
        "email": "hello@multiparcels.com",
        "pickup_location_identifier": "0101"
      },
      "products": [
        {
          "sku": "sku001",
          "title": "Amazing product #1",
          "price": 10,
          "quantity": 2,
          "weight_in_grams": 100
        },
        {
          "sku": "sku002",
          "title": "Amazing product #2",
          "price": 10,
          "quantity": 2,
          "weight_in_grams": 100
        },
        {
          "sku": "sku003",
          "title": "Amazing product #3",
          "price": 10,
          "quantity": 2,
          "weight_in_grams": 100
        }
      ]
    }
  ]
}
```

### Example request your system will receive:

[](#example-request-your-system-will-receive)

```
{
  "order_id": 123,
  "tracking_code": "LT123456789",
  "tracking_link": "https://example.com/tracking/LT123456789",
  "carrier": "LP Express",
  "carrier_code": "lp_express"
}
```

or

```
example/callback.php:18:
class MultiParcels\CustomShop\ParseCallbackResponse#3 (5) {
  public $orderId =>
  int(123)
  public $trackingCode =>
  string(11) "LT123456789"
  public $trackingLink =>
  string(40) "https://example.com/tracking/LT123456789"
  public $carrier =>
  string(10) "LP Express"
  public $carrierCode =>
  string(10) "lp_express"
}
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38218147?v=4)[MultiParcels](/maintainers/multiparcels)[@MultiParcels](https://github.com/MultiParcels)

---

Top Contributors

[![DomasWEB](https://avatars.githubusercontent.com/u/11888315?v=4)](https://github.com/DomasWEB "DomasWEB (3 commits)")[![multiparcelsdeployer](https://avatars.githubusercontent.com/u/71904549?v=4)](https://github.com/multiparcelsdeployer "multiparcelsdeployer (2 commits)")

### Embed Badge

![Health badge](/badges/multiparcels-custom-shop-php/health.svg)

```
[![Health](https://phpackages.com/badges/multiparcels-custom-shop-php/health.svg)](https://phpackages.com/packages/multiparcels-custom-shop-php)
```

PHPackages © 2026

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