bringer/russian-post-api-client-php

PHP client for RussianPost API

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.7 2017-07-25 12:54 UTC

This package is not auto-updated.

Last update: 2021-02-06 08:51:29 UTC


README

Latest Stable Version Total Downloads License

RussianPost API PHP client

PHP-client for RussianPost API.

Use API documentation

Requirements

  • PHP 5.3 and above
  • PHP's cURL support

Install

  1. Get composer

  2. Run into your project directory:

composer require bringer/russian-post-api-client-php ~1.0.7

If you have not used composer before, include autoloader into your project.

require 'path/to/vendor/autoload.php';