Skip to content

Releases: very-code-com/suus-php

v1.0.1

09 Jun 13:49

Choose a tag to compare

Fixes

  • EUR pallet minimum height enforced to 20 cm — SUUS API rejects packages below this threshold (returns BTN0001). ShipmentValidator now catches this locally before sending the request.
  • Fixed heightCm in example 01_create_shipment.php (was 15, now 20).

Upgrade

composer update very-code-com/suus-php

v1.0.0 — Initial Release

03 Jun 10:39

Choose a tag to compare

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(), or fromArray()
  • 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