simivar / poczta-polska-tracking
Fully translated communication with tracking service of the Polish national postal service Poczta Polska
v0.3.0
2021-08-31 15:13 UTC
Requires
- php: >=7.4
- ext-soap: *
- php-http/client-common: ^2.1
- php-http/discovery: ^1.7
- php-http/httplug: ^2.1
- php-http/message: ^1.8
- php-http/message-factory: ^1.0
- phpro/soap-client: ^1.4
- psr/http-message: ^1.0
- robrichards/wse-php: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- nyholm/psr7: ^1.4
- php-http/guzzle7-adapter: ^1.0
- phpstan/phpstan: ^0.12.93
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-15 11:24:15 UTC
README
Fully translated communication with tracking service of the Polish national postal service Poczta Polska
Currently supported version: 0.71
Example
use Simivar\PocztaPolskaTracking\PocztaPolskaTrackingClientFactory; require_once('vendor/autoload.php'); $factory = PocztaPolskaTrackingClientFactory::factory(); echo $factory->version()->getVersion(); // prints "tt 0.71"
Available API
Client method | WSDL Action | Description |
---|---|---|
version() | wersja | returns the current version of the Web Service |
hello() | witaj | method for testing of parameter passing |
maximumShipmentTrackingNumbers() | maksymalnaLiczbaPrzesylek | returns maximum number of tracking numbers passed to checkShipments*() methods |
checkShipment() | sprawdzPrzesylke | returns information about one Shipment with details about Offices |
checkShipmentExtended() | sprawdzPrzesylkePl | returns information about one Shipment without details about Offices |
checkShipments() | sprawdzPrzesylki | returns information about Shipments with details about Offices |
checkShipmentsExtended() | sprawdzPrzesylkiPl | returns information about Shipments without details about Offices |
checkShipmentsInDateRange() | sprawdzPrzesylkiOdDo | returns information about Shipments with details about Offices |
checkShipmentsInDateRangeExtended() | sprawdzPrzesylkiOdDoPl | returns information about Shipments without details about Offices |