PHPackages                             everully/laravel-wildberries-sdk - 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. [API Development](/categories/api)
4. /
5. everully/laravel-wildberries-sdk

ActiveLibrary[API Development](/categories/api)

everully/laravel-wildberries-sdk
================================

Laravel Wildberries SDK

v0.0.1(1y ago)219MITPHPPHP ^8.2

Since Aug 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/everully/laravel-wildberries-sdk)[ Packagist](https://packagist.org/packages/everully/laravel-wildberries-sdk)[ Docs](https://github.com/everully/laravel-wildberries-sdk)[ RSS](/packages/everully-laravel-wildberries-sdk/feed)WikiDiscussions main Synced today

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

Laravel Wildberries SDK
=======================

[](#laravel-wildberries-sdk)

Under the hook this package use [everully/php-wildberries-sdk](https://github.com/everully/php-wildberries-sdk) to provide a simple way to interact with Wildberries API.

Requirements
------------

[](#requirements)

- Laravel 8.0 or later.
- PHP 8.2 or later.

Installation
------------

[](#installation)

Install via composer:

```
composer require everully/laravel-wildberries-sdk
```

You can publish the config file with:

```
php artisan vendor:publish --tag="wildberries-config"
```

Ensure that you have updated your application `.env` with credentials from [Wildberries](https://seller.wildberries.ru/supplier-settings/access-to-api) i.e.

```
#.env file

WILDBERRIES_TOKEN=
WILDBERRIES_SANDBOX=
```

Usage
=====

[](#usage)

You can use `everully/php-wildberries-sdk` functionality directly:

```
/** @var \Everully\PhpWildberriesSdk\WildberriesApi $wildberriesContent */
$wildberriesContent = WildberriesApi::content();
$wildberriesContent->content()->cards()->get($data);
```

You can set up api token and sandbox mode in the config file `config/wildberries.php`:

```
/** @var \Everully\PhpWildberriesSdk\WildberriesApi $wildberriesContent */
$token = 'your-wildberries-token';

$wildberriesContent = WildberriesApi::setToken($token)
    ->content()
    ->cards()
    ->get($data);
```

More about all WildberriesApi methods see here: [everully/php-wildberries-sdk](https://github.com/everully/php-wildberries-sdk)

Testing
=======

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Antonov Anton](https://github.com/everully)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

679d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4862088?v=4)[Anton Antonov](/maintainers/everully)[@everully](https://github.com/everully)

---

Top Contributors

[![everully](https://avatars.githubusercontent.com/u/4862088?v=4)](https://github.com/everully "everully (1 commits)")

---

Tags

phpapiclientlaravelsdklaravel 9laravel 10laravel 11wildberries

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/everully-laravel-wildberries-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/everully-laravel-wildberries-sdk/health.svg)](https://phpackages.com/packages/everully-laravel-wildberries-sdk)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
