PHPackages                             billdu/api-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. billdu/api-client

ActiveLibrary[API Development](/categories/api)

billdu/api-client
=================

API client for billdu.com, minifaktura.sk, minifaktura.cz, minirechnung.at, minirechnung.de

76.4k↓88.1%4[5 PRs](https://github.com/billduapp/api-client/pulls)API Blueprint

Since Mar 5Pushed 2y ago4 watchersCompare

[ Source](https://github.com/billduapp/api-client)[ Packagist](https://packagist.org/packages/billdu/api-client)[ RSS](/packages/billdu-api-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

api-client
==========

[](#api-client)

API client for billdu.com, minifaktura.sk, minifaktura.cz, minirechnung.at and minirechnung.de

stability: dev

installation
------------

[](#installation)

```
composer require billdu/api-client:dev-master

```

or require loader.php from package root directory

usage
-----

[](#usage)

first we need to initialize the client like this

```
$client = iInvoices\Api\ApiClient(http://api.billdu.com, $publicKey, $privateKey);

```

the client has 4 available resources: Clients, Products, Orders, Invoices you can acces them like this

```
$client->clients;
$client->products;
$client->orders;
$client->invoices;

```

all have these methods

```
public function listAll();
public function get($id);
public function create($data);
public function update($id, $data);
public function delete($id);

```

invoices and order have these extra methods

```
public function download($id);
public function send($id, $data);
public function getDownloadLink($id);

```

send method is used like this:

```
$data = [
    	'subject' => 'invoice',
    	'message' => 'hi, please pay',
    	'recipients' => [
    		'email@example.com'
    	]
    ];

	$clienti->invoices->send($id, $data);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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/b7b6af3ee794d791fd717eeb2c50ca2bb8957fc45068d04722f477323416882c?d=identicon)[billdu](/maintainers/billdu)

---

Top Contributors

[![bazo](https://avatars.githubusercontent.com/u/181588?v=4)](https://github.com/bazo "bazo (27 commits)")[![billduapp](https://avatars.githubusercontent.com/u/11520736?v=4)](https://github.com/billduapp "billduapp (6 commits)")

### Embed Badge

![Health badge](/badges/billdu-api-client/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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