PHPackages                             apiship/yandex-market-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. apiship/yandex-market-php-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

apiship/yandex-market-php-client
================================

Integration (SDK) with Yandex Market API

v1.0.7(4mo ago)63.7k↓23.8%5[1 PRs](https://github.com/apiship/yandex-market-php-client/pulls)MITPHPPHP ^7.4 || ^8.0

Since Sep 13Pushed 4mo ago3 watchersCompare

[ Source](https://github.com/apiship/yandex-market-php-client)[ Packagist](https://packagist.org/packages/apiship/yandex-market-php-client)[ Docs](https://apiship.ru)[ RSS](/packages/apiship-yandex-market-php-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (12)Used By (0)

apiship/yandex-market-php-client
================================

[](#apishipyandex-market-php-client)

API Яндекс Маркета помогает продавцам автоматизировать и упростить работу с маркетплейсом.

В числе возможностей интеграции:

- управление каталогом товаров и витриной,
- обработка заказов,
- изменение настроек магазина,
- получение отчетов.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/apiship/yandex-market-php-client.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
