myparcelcom / integration-commons
This package is abandoned and no longer maintained.
The author suggests using the myparcelcom/marketplace-commons package instead.
Library with common classes used for constructing MyParcel.com eCommerce Integrations
Package info
github.com/MyParcelCOM/marketplace-commons
pkg:composer/myparcelcom/integration-commons
v4.0.9
2026-05-28 08:53 UTC
Requires
- php: >=8.4
- laravel/framework: >=8.40
- myparcelcom/json-schema-form-builder: 2.0.3
- ramsey/uuid: ^4.1
Requires (Dev)
- fakerphp/faker: ^1.13
- mockery/mockery: ^1.6
- phpunit/phpunit: >=12.5.22
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-06-12 09:43:05 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