2017 © Pedro Peláez
 

library pochta

Package for working with API Russian Post.

image

andrey-helldar/pochta

Package for working with API Russian Post.

  • Thursday, May 17, 2018
  • by Helldar
  • Repository
  • 1 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Russian Post API for Laravel 5.3+

Package for working with API Russian Post., (*1)

Russian Post, (*2)

StyleCI Total Downloads Latest Stable Version Latest Unstable Version License , (*3)

Installation

Require this package with composer using the following command:, (*4)

composer require andrey-helldar/pochta

or, (*5)

{
    "require": {
        "andrey-helldar/pochta": "~1.0"
    }
}

After updating composer, add the service provider to the providers array in config/app.php, (*6)

Helldar\Pochta\PochtaServiceProvider::class,

You can also publish the config file to change implementations (ie. interface to specific class):, (*7)

php artisan vendor:publish --provider="Helldar\Pochta\PochtaServiceProvider"

Configuration

See at config/pochta.php:, (*8)

`api_url_one`   -   Адрес для Единичного доступа.
`api_login`     -   Логин для доступа к API Сервиса отслеживания.
`api_password`  -   Пароль для доступа к API Сервиса отслеживания.

Using

echo \Helldar\Pochta\Tracking::one('XX123456789123');
    // XX123456789123 - Track ID

Sitemap was written by Andrey Helldar for the Laravel Framework 5.3 or later, and is released under the MIT License. See the LICENSE file for details., (*9)

The Versions

17/05 2018

dev-master

9999999-dev http://ai-rus.com

Package for working with API Russian Post.

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

russian post pochta

26/12 2016

1.0.0

1.0.0.0 http://ai-rus.com

Package for working with API Russian Post.

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

russian post pochta