PHPackages                             leonid74/wildberries-api-php - 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. leonid74/wildberries-api-php

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

leonid74/wildberries-api-php
============================

Wildberries REST API statistics client library with throttling requests

1.0.1(4y ago)9957BSD-3-ClausePHPPHP &gt;=7.4

Since Jan 27Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/Leonid74/wildberries-api-php)[ Packagist](https://packagist.org/packages/leonid74/wildberries-api-php)[ Docs](https://github.com/leonid74/wildberries-api-php)[ RSS](/packages/leonid74-wildberries-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![Author](https://camo.githubusercontent.com/df14fdd18273f0c3c4b6f6446c5e33060199d6a01b86e5e392ba8db716f3c967/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4c656f6e696437342d626c75652e737667)](https://github.com/Leonid74)[![License](https://camo.githubusercontent.com/308fb340c9a6b9b1fd49267ee0c6e85b42cce024ced32f08625e951c44d9258d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d626c75652e7376673f6d61784167653d3433323030)](./LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/e098e9edab4e619fe82f1f97a83a628c432045fa1fb4448e76edfeb344d8bab2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f4c656f6e696437342f77696c64626572726965732d6170692d706870)](https://github.com/Leonid74/wildberries-api-php/releases/latest)[![GitHub all releases](https://camo.githubusercontent.com/ce4e39ddab144f516ac32805f64ef1a9f843961076d4ee335e4afb223b8ff823/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f4c656f6e696437342f77696c64626572726965732d6170692d7068702f746f74616c3f636f6c6f723d626c7565)](https://camo.githubusercontent.com/ce4e39ddab144f516ac32805f64ef1a9f843961076d4ee335e4afb223b8ff823/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f4c656f6e696437342f77696c64626572726965732d6170692d7068702f746f74616c3f636f6c6f723d626c7565)[![CodeFactor](https://camo.githubusercontent.com/35665583948f62fe5f2a66515802109794b9c2bd983210b409553e13a610e026/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f6c656f6e696437342f77696c64626572726965732d6170692d7068702f6261646765)](https://www.codefactor.io/repository/github/leonid74/wildberries-api-php)[![Codacy Badge](https://camo.githubusercontent.com/8c8b837acaaf2307ad42928f6f8708ee5b3d7ac8b7bb05d74841918ac3cd9681/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3231386234356264366337353436326338326234343461323635623433346266)](https://www.codacy.com/gh/Leonid74/wildberries-api-php/dashboard)[![Code Inspector](https://camo.githubusercontent.com/9f485f422fc4d62f2002ba65ea0346e683585abe520fc8ce9f0d212892673ccb/68747470733a2f2f6170692e636f646967612e696f2f70726f6a6563742f33303838332f73636f72652f737667)](https://app.codiga.io/public/project/30883/wildberries-api-php/dashboard)

Wildberries REST API statistics client library with throttling requests
=======================================================================

[](#wildberries-rest-api-statistics-client-library-with-throttling-requests)

[(russian) Русское описание ниже](#%D0%BA%D0%BB%D0%B8%D0%B5%D0%BD%D1%82%D1%81%D0%BA%D0%B0%D1%8F-rest-api-%D0%B1%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA%D0%B0-%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%81%D1%82%D0%B8%D0%BA%D0%B8-wildberries-%D1%81-%D1%80%D0%B5%D0%B3%D1%83%D0%BB%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5%D0%BC-%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81%D0%BE%D0%B2)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#russian-русское-описание-ниже)

A simple Wildberries REST API statistics client library with throttling requests (for example, no more than 10 requests per second according to API rules) and an example for PHP. Automatic request resending is supported when the http response code "429: too many requests" is received.

Statistics API Documentation [Wildberries REST API statistics Documentation](https://images.wbstatic.net/portal/education/Kak_rabotat'_s_servisom_statistiki.pdf)

New API Documentation [Wildberries REST API Documentation](https://suppliers-api.wildberries.ru/swagger/index.html)

### Installing

[](#installing)

Via Composer:

```
composer require Leonid74/wildberries-api-php
```

### Usage

[](#usage)

```
