PHPackages                             jecksolovyev/brandbank-soap-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. jecksolovyev/brandbank-soap-api-client

ActiveLibrary[API Development](/categories/api)

jecksolovyev/brandbank-soap-api-client
======================================

Client to work with Brandbank SOAP API

1.0.7(6y ago)430.6k↑404.2%3[1 issues](https://github.com/jecksolovyev/brandbank-soap-api-client/issues)MITPHPPHP ^7.1

Since Feb 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jecksolovyev/brandbank-soap-api-client)[ Packagist](https://packagist.org/packages/jecksolovyev/brandbank-soap-api-client)[ Docs](https://github.com/jecksolovyev/brandbank-soap-api-client)[ RSS](/packages/jecksolovyev-brandbank-soap-api-client/feed)WikiDiscussions master Synced 3w ago

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

Brandbank SOAP API Client
=========================

[](#brandbank-soap-api-client)

[![Latest Stable Version](https://camo.githubusercontent.com/2fe5c4caf266370edc6088a3c45cb54506ea3c54975f7e61fc4ff0d2d67687f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a65636b736f6c6f767965762f6272616e6462616e6b2d736f61702d6170692d636c69656e742e737667)](https://packagist.org/packages/jecksolovyev/brandbank-soap-api-client)

Please see examples below.

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

[](#installation)

Install the latest version with

```
composer require jecksolovyev/brandbank-soap-api-client
```

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

[](#requirements)

Component works with PHP 7.1 or above.

Submitting bugs and feature requests
------------------------------------

[](#submitting-bugs-and-feature-requests)

Bugs and feature request are tracked on GitHub

First thing comes first
-----------------------

[](#first-thing-comes-first)

```
require_once __DIR__ . '/vendor/autoload.php';

// initiate the API
$api = new BrandbankSOAPAPIClient\BrandbankSOAPAPIClient(
    new BrandbankSOAPAPIClient\Authenticator\HeaderGuidAuthenticator('XXXX')
);
```

How to set up your products list
--------------------------------

[](#how-to-set-up-your-products-list)

```
$items = ['3272770099486'];
$coverageReport = new RetailerFeedbackReport(new Message(new DateTime()));

foreach ($items as $item) {
    $coverageReport->addItem(new Item($item));
}

if ($api->callSupplyCoverageReport($coverageReport)->isSuccess()) {
    // everything is good, do something meaningful
}
```

How to read new/updated product data from API
---------------------------------------------

[](#how-to-read-newupdated-product-data-from-api)

```
$response = $api->callGetUnsentProductData();
$message = $response->getUnsentProductDataResult()->getMessage(); // get Message object
```

Call acknowledge after feed successfully processed
--------------------------------------------------

[](#call-acknowledge-after-feed-successfully-processed)

```
// assuming you've previously called $message = $api->callGetUnsentProductData()->getUnsentProductDataResult()->getMessage()
$api->callAcknowledgeMessage($message->getId());
```

License
-------

[](#license)

This component is licensed under the MIT License - see the `LICENSE` file for details

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~25 days

Recently: every ~32 days

Total

8

Last Release

2510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57dc01ebcb1b62b58fdf940d2cebe8b858393ec38ffd4d13a46f9ede97f80c68?d=identicon)[jecksolovyev](/maintainers/jecksolovyev)

---

Top Contributors

[![jecksolovyev](https://avatars.githubusercontent.com/u/15730028?v=4)](https://github.com/jecksolovyev "jecksolovyev (9 commits)")

---

Tags

apisoapBrandbank

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jecksolovyev-brandbank-soap-api-client/health.svg)

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

###  Alternatives

[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[hiddeco/transip

The better TransIP API client.

22329.6k2](/packages/hiddeco-transip)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2171.2k2](/packages/convertkit-convertkitapi)

PHPackages © 2026

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