myparcelcom / wms-commons
Library with common classes used for constructing MyParcel.com WMS Integrations.
v1.0.0
2025-03-12 13:04 UTC
Requires
- php: ^8.4
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.24
- mockery/mockery: ^1.6
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2025-03-12 13:16:56 UTC
README
Library with common classes used for constructing MyParcel.com warehouse management system (MWS) 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 -v $(pwd):/app --rm -w /app php:8.3-cli vendor/bin/phpunit