myparcelcom / integration-commons
Library with common classes used for constructing MyParcel.com eCommerce Integrations
Installs: 1 355
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.2
- laravel/framework: >=8.40
- ramsey/uuid: ^4.1
Requires (Dev)
- fakerphp/faker: ^1.13
- mockery/mockery: ^1.6
- phpunit/phpunit: >=9.5
- roave/security-advisories: dev-latest
- dev-master
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.1
- v0.1.0
- dev-feature/MP-7006-expand-Annotation-enum
- dev-feature/MP-5979-return-item-price-and-features
This package is auto-updated.
Last update: 2024-11-22 10:00:37 UTC
README
Library with common classes used for constructing MyParcel.com marketplace integrations
PHP 8
The minimum PHP version is 8.2
. 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.2-cli vendor/bin/phpunit