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 today

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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

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

3274d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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