PHPackages                             floor12/mindbox-api-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. [API Development](/categories/api)
4. /
5. floor12/mindbox-api-client

ActiveLibrary[API Development](/categories/api)

floor12/mindbox-api-client
==========================

General abstraction over the MindBox API

0.0.4(5y ago)14mitPHPPHP &gt;=7.1.0

Since Oct 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/floor12/mindbox-api-client)[ Packagist](https://packagist.org/packages/floor12/mindbox-api-client)[ RSS](/packages/floor12-mindbox-api-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

mindbox-api-client
==================

[](#mindbox-api-client)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/db8a23a16f6b213580baf770a572ed9d11e6e50b510cb2930aa0ac9085677c69/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c6f6f7231322f6d696e64626f782d6170692d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/floor12/mindbox-api-client/?branch=main)[![Code Coverage](https://camo.githubusercontent.com/99068f7e98acd1692f35417fee155cf1ad80834e1d500b6f8df6c23a74c4423a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c6f6f7231322f6d696e64626f782d6170692d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/floor12/mindbox-api-client/?branch=main)[![Build Status](https://camo.githubusercontent.com/a34e170d5eaeb3c17e21c063fdcdcc5046cb8d5fb9799125c70e880ad295b8df/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c6f6f7231322f6d696e64626f782d6170692d636c69656e742f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/floor12/mindbox-api-client/build-status/main)

General abstraction over the Mindbox API.

To send requests to the Mindbox API you should extend the `MindBoxRequest` class, set `MindBoxRequest::operationName`and `MindBoxRequest::body` with your data.

```
use floor12\MindBox\MindBoxClient;
use floor12\MindBox\MindBoxRequest;

class SomeMindboxRequest extends MindBoxRequest
{
    /** @var string */
    protected $operationName = 'Website.CheckCustomer';
    protected $mode = MindBoxClient::MODE_SYNCHRONOUS;

    /**
     * @param $userId int
     */
    public function __construct(int $userId)
    {
        $this->body = [
            'customer' => [
                'ids' =>
                    ['externalId' => $userId]
            ]
        ];
    }
}

$apiKey = '4a942bc1';
$apiEndPoint = 'Website.ExampleEndPoint';

$client = new MindBoxClient($apiKey, $apiEndPoint);
$request = new SomeMindboxRequest(10);
$client->sendData($request);
$response = $client->getResponse();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity5

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

Every ~0 days

Total

4

Last Release

2048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc98d778cb18db41a1e5b9df722c56f65f655de44fe0d581484cd8dea31b928?d=identicon)[floor12](/maintainers/floor12)

---

Top Contributors

[![floor12](https://avatars.githubusercontent.com/u/8406969?v=4)](https://github.com/floor12 "floor12 (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/floor12-mindbox-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/floor12-mindbox-api-client/health.svg)](https://phpackages.com/packages/floor12-mindbox-api-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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