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

This package is auto-updated.

Last update: 2025-02-15 11:13:49 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