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-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"