myparcelcom/payment-provider-commons

Library with common classes used for constructing MyParcel.com payment provider integrations

Maintainers

Package info

github.com/MyParcelCOM/payment-provider-commons

pkg:composer/myparcelcom/payment-provider-commons

Statistics

Installs: 563

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.3 2026-02-26 13:11 UTC

This package is auto-updated.

Last update: 2026-02-26 14:26:07 UTC


README

Library with common classes used for constructing MyParcel.com payment provider integrations

PHP 8

The minimum PHP version is 8.3. 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 --rm --mount type=bind,source="$(pwd)",target=/app -w /app php:8.3-cli vendor/bin/phpunit