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↓50%4[5 PRs](https://github.com/billduapp/api-client/pulls)API Blueprint

Since Mar 5Pushed 1y 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 1mo 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

30

—

LowBetter than 64% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity30

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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