Releases: very-code-com/suus-php
Releases · very-code-com/suus-php
v1.0.1
Fixes
- EUR pallet minimum height enforced to 20 cm — SUUS API rejects packages below this threshold (returns
BTN0001).ShipmentValidatornow catches this locally before sending the request. - Fixed
heightCmin example01_create_shipment.php(was 15, now 20).
Upgrade
composer update very-code-com/suus-phpv1.0.0 — Initial Release
very-code-com/suus-php v1.0.0
First stable release of the PHP client library for SUUS Logistics SOAP API.
Features
- Full SUUS SOAP API integration (create shipments, fetch status, fetch documents)
- Business calendar support for PL, DE, AT, CH, CZ, HU, RO, SK, SI
- Config via constructor,
fromEnv(), orfromArray() - All 13 package types (
PackageSymbol) and 7 additional services - Typed exceptions hierarchy
- 164 unit tests, PHPStan level 8
Requirements
- PHP 8.2+
- ext-curl, ext-dom
Installation
composer require very-code-com/suus-php