vertx / php-russianpost-tracking
PHP library of tracking mailing via API Russian Post.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/vertx/php-russianpost-tracking
This package is not auto-updated.
Last update: 2025-10-18 01:03:12 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(); ?>```