PHPackages                             avido/billink-api-php-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. avido/billink-api-php-client

ActiveLibrary[API Development](/categories/api)

avido/billink-api-php-client
============================

A PHP Client for the Billink API

1.0.1(8y ago)1444MITPHPPHP &gt;=5.6.0

Since Jun 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/avido/billink-api-php-client)[ Packagist](https://packagist.org/packages/avido/billink-api-php-client)[ Docs](https://github.com/avido/billink-api-php-client)[ RSS](/packages/avido-billink-api-php-client/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/42a85e955d2ef58e5701c247b17a311ee9f8cbf57863cbf32eda23394067829c/68747470733a2f2f7472617669732d63692e636f6d2f617669646f2f62696c6c696e6b2d6170692d7068702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/avido/billink-api-php-client)[![Latest Stable Version](https://camo.githubusercontent.com/1c487e36205b7ce6905367b5b9f038496800b6c53308ae6650f1c11e5b6da3c5/68747470733a2f2f706f7365722e707567782e6f72672f617669646f2f62696c6c696e6b2d6170692d7068702d636c69656e742f76657273696f6e)](https://packagist.org/packages/avido/billink-api-php-client)[![Total Downloads](https://camo.githubusercontent.com/05ec84860dd6fabfb359ae45c97a6ab5326a26b13603586694c6474076e405eb/68747470733a2f2f706f7365722e707567782e6f72672f617669646f2f62696c6c696e6b2d6170692d7068702d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/avido/billink-api-php-client)[![License](https://camo.githubusercontent.com/abc31f7cd06b441c8a18d8041ef084a2f97d034eb45c8591c30b98fd46afb4ed/68747470733a2f2f706f7365722e707567782e6f72672f617669646f2f62696c6c696e6b2d6170692d7068702d636c69656e742f6c6963656e7365)](https://packagist.org/packages/avido/billink-api-php-client)

Billink API Client for PHP
==========================

[](#billink-api-client-for-php)

Open source PHP client for the \[Billink API\] ( | ).

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

[](#installation)

Get it with [composer](https://getcomposer.org)

Run the command:

```
composer require avido/billink-api-php-client

```

client initialization:
----------------------

[](#client-initialization)

```
require __DIR__ . '/vendor/autoload.php';
use Avido\BillinkApiClient\BillinkClient;
use Monolog\Logger;
use Monolog\Handler\StreamHandler;

$username = '--YOUR USERNAME--';
$client_id = '--YOUR CLIENT ID--';
$log = new StreamHandler('billink.log', LOGGER::DEBUG);
$client = new BillinkClient($username, $client_id, [$log=null]);
// test mode true|false
$client->setTestMode(true);
```

Unit tests
----------

[](#unit-tests)

```

  ...

```

Examples
--------

[](#examples)

Go to examples folder and run php build in server

```
php -S 127.0.0.1:8081
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

2

Last Release

2934d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14986?v=4)[avido](/maintainers/avido)[@avido](https://github.com/avido)

---

Top Contributors

[![avido](https://avatars.githubusercontent.com/u/14986?v=4)](https://github.com/avido "avido (112 commits)")

---

Tags

phpapixmlBillink

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/avido-billink-api-php-client/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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