Skip to content

vertx-one/php-russianpost-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-russianpost-tracking

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(); ?>```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages