Skip to content

mrden/russian-post-api-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 mrden/russian-post-api-client-php

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

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