PHPackages                             crocone/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. crocone/yandex-market-php-client

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

crocone/yandex-market-php-client
================================

Integration (SDK) with Yandex Market API

1.0.3(5mo ago)06MITPHPPHP ^7.4 || ^8.0

Since Sep 29Pushed 5mo agoCompare

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

READMEChangelog (4)Dependencies (4)Versions (4)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`:

```
