mirolabs/ruch-client

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

Client for paczkawruchu.pl

Installs: 81

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mirolabs/ruch-client

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

This package is not auto-updated.

Last update: 2025-10-12 06:58:18 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);