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(7y ago)1442MITPHPPHP &gt;=5.6.0

Since Jun 21Pushed 7y 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 2mo 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 54% 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

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

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[sima-land/api-php-client

Client library for Simaland APIs

311.5k](/packages/sima-land-api-php-client)

PHPackages © 2026

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