mirolabs/ruch-client

There is no license information available for the latest version (dev-master) of this package.

Client for paczkawruchu.pl

dev-master 2017-09-13 20:09 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:16:26 UTC


README

#Client API for paczkawruchu.pl

use example

$request = new \mirolabs\ruch\client\Type\PackStatus();
$request->setPackCode("3400014093352");


$client = new mirolabs\ruch\client\Client(PARTNER_ID, PARTNER_KEY, 'test');
$result = $client->getPackStatus($request);