vertx/php-russianpost-tracking

PHP library of tracking mailing via API Russian Post.

Maintainers

Package info

github.com/vertx666/php-russianpost-tracking

Issues

pkg:composer/vertx/php-russianpost-tracking

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2016-03-14 16:22 UTC

This package is not auto-updated.

Last update: 2026-03-21 03:01:11 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(); ?>```