PHPackages                             fullpipe/biglion-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. fullpipe/biglion-client

ActiveLibrary[API Development](/categories/api)

fullpipe/biglion-client
=======================

Simple Biglion api client

v2.0.3(8y ago)120.1k1MITPHPPHP &gt;=5.6

Since Jun 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fullpipe/biglion-client)[ Packagist](https://packagist.org/packages/fullpipe/biglion-client)[ RSS](/packages/fullpipe-biglion-client/feed)WikiDiscussions master Synced 1mo ago

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

Simple Biglion Api Client
=========================

[](#simple-biglion-api-client)

Usage
-----

[](#usage)

```
$bc = new \Fullpipe\Biglion\Client('email@example.com', 'password');

try {
    var_dump($bc->getCouponInfo('012345-0000-0001'));
    var_dump($bc->redeemCoupon('012345-0000-0001', '1234'));
    var_dump($bc->reserveCoupon('012345-0000-0001', '387'));
} catch (\Fullpipe\Biglion\BiglionException $e) {
    echo $e->getMessage();
}

try {
    var_dump($bc->getCouponInfo('012345-0000-0002'));
    var_dump($bc->redeemCoupon('012345-0000-0002', '1234'));
    var_dump($bc->reserveCoupon('012345-0000-0002', '387'));
} catch (\Fullpipe\Biglion\BiglionException $e) {
    echo $e->getMessage();
}

try {
    var_dump($bc->getCouponInfo('012345-0000-0003'));
    var_dump($bc->redeemCoupon('012345-0000-0003', '1234'));
    var_dump($bc->reserveCoupon('012345-0000-0003', '387'));
} catch (\Fullpipe\Biglion\BiglionException $e) {
    echo $e->getMessage();
}
```

Test
----

[](#test)

```
composer install --dev
BIGLION_EMAIL=email@example.com BIGLION_PASSWORD=password vendor/bin/phpunit

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~188 days

Total

5

Last Release

3227d ago

Major Versions

v1.0 → v2.0.02015-09-22

PHP version history (2 changes)v1.0PHP &gt;=5.3.2

v2.0.3PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4dd07b38b61a9dc7676bf59d8bb1777b6684d1c17ad5df2201572767cbeeaa5?d=identicon)[fullpipe](/maintainers/fullpipe)

---

Top Contributors

[![fullpipe](https://avatars.githubusercontent.com/u/929659?v=4)](https://github.com/fullpipe "fullpipe (7 commits)")[![dkurilova](https://avatars.githubusercontent.com/u/29660419?v=4)](https://github.com/dkurilova "dkurilova (3 commits)")

---

Tags

biglion

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fullpipe-biglion-client/health.svg)

```
[![Health](https://phpackages.com/badges/fullpipe-biglion-client/health.svg)](https://phpackages.com/packages/fullpipe-biglion-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)
