vertx / php-russianpost-tracking
PHP library of tracking mailing via API Russian Post.
This package is not auto-updated.
Last update: 2025-01-10 21:03:10 UTC
README
PHP library of tracking mailing via API Russian Post.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vertx/php-russianpost-tracking "*"
or add
"vertx/php-russianpost-tracking": "*"
to the require section of your composer.json
file.
Usage
Once the package is installed, simply use it in your code by :
<? $client = \vertx\russianpost\tracking\Client(); ?>``` For batch processing use this: ```php <? $batchClient = \vertx\russianpost\tracking\BatchClient(); ?>```