PHPackages                             bigpaulie/banggood-php-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. bigpaulie/banggood-php-sdk

ActiveLibrary

bigpaulie/banggood-php-sdk
==========================

Unofficial PHP SDK for banggood.com

3106[1 issues](https://github.com/bigpaulie/banggood-php-sdk/issues)PHP

Since Aug 2Pushed 7y ago3 watchersCompare

[ Source](https://github.com/bigpaulie/banggood-php-sdk)[ Packagist](https://packagist.org/packages/bigpaulie/banggood-php-sdk)[ RSS](/packages/bigpaulie-banggood-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

banggood-php-sdk [![Build Status](https://camo.githubusercontent.com/817d84171df8513f1579c8a60f8c66f099a918a8e711a95e1bd62d37f1293e4c/68747470733a2f2f7472617669732d63692e6f72672f6269677061756c69652f62616e67676f6f642d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bigpaulie/banggood-php-sdk)
==============================================================================================================================================================================================================================================================================================================================

[](#banggood-php-sdk-)

**This is an unofficial PHP SDK for Banggood API**

The official documentation can be found [here](https://api.banggood.com/index.php?com=document&article_id=2)

If you have any issues with the API and not necessarily with the SDK please address to Banggood support team rather than opening a issue here.

### Installation

[](#installation)

Install the package via composer using :

```
composer require bigpaulie/banggood-php-sdk

```

### Usage

[](#usage)

Make sure you autoload the annotations before you use the SDK by including the following line of code before instantiating the SDK

```
/**
 * Autoload Annotations
 * This is used to deserialize a JSON string intro an object
 */
\Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');
```

#### Using a builder

[](#using-a-builder)

You can create an instance of BanggoodClient using a builder.

```
$credentials = new Credentials('appid', 'appsecret');
$client = (new BanggoodClientBuilder())
            ->credentials($credentials)
            ->environment(BanggoodClientFactory::TYPE_PRODUCTION)
            ->build();
```

### Contributions

[](#contributions)

There are many ways you can contribute to the project. If you found a bug please report it as an issue, or create a fork fix the bug and submit a pull-request.

***Please maintain the coding style and testing pattern !***

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1706d209e8e01305b6823045fac6d363e149abd14a4bd20397d237ea1107a2b4?d=identicon)[bigpaulie](/maintainers/bigpaulie)

---

Top Contributors

[![bigpaulie](https://avatars.githubusercontent.com/u/5903753?v=4)](https://github.com/bigpaulie "bigpaulie (28 commits)")

### Embed Badge

![Health badge](/badges/bigpaulie-banggood-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/bigpaulie-banggood-php-sdk/health.svg)](https://phpackages.com/packages/bigpaulie-banggood-php-sdk)
```

PHPackages © 2026

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