Search by

myparcelcom / marketplace-commons

myparcelcom

Library with common classes used for constructing MyParcel.com eCommerce Integrations

Package info

github.com/MyParcelCOM/marketplace-commons

pkg:composer/myparcelcom/marketplace-commons

Statistics

Installs: 1 594

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v4.0.14 2026-09-02 08:53 UTC

README

Library with common classes used for constructing MyParcel.com marketplace integrations

PHP 8

The minimum PHP version is 8.4. To update dependencies on a system without PHP 8 use:

docker run --rm --mount type=bind,source="$(pwd)",target=/app composer:2 composer update

Run tests

You can run the test through docker:

docker run -v $(pwd):/app --rm -w /app php:8.4-cli vendor/bin/phpunit