PHPackages                             sharis-gmbh/debitoorapiclient - 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. sharis-gmbh/debitoorapiclient

ActiveLibrary

sharis-gmbh/debitoorapiclient
=============================

Provides an implementation of the debitoor api in a php client

0221PHP

Since Jun 20Pushed 6y agoCompare

[ Source](https://github.com/sharis-gmbh/debitoorapiclient)[ Packagist](https://packagist.org/packages/sharis-gmbh/debitoorapiclient)[ RSS](/packages/sharis-gmbh-debitoorapiclient/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

debitoorapiclient
=================

[](#debitoorapiclient)

Debitoor php api clent library, Work in progress

Usage :
-------

[](#usage-)

You can instantiate an api for each types of services :

- Customers
- DraftInvoices
- Invoices
- Expenses
- Products
- Quotes
- etc.

Each service provides an interface to the methods provided in debitoor api, you can see what is in "Services/servicename.json" to check what parameters can be sent.

Example :
---------

[](#example-)

```
$customerService = DebitoorApiClient::getService('Customers', array('access_token' => $auth_token));

// list customers
$customerService->getCustomers();

// get customer by id
$customerService->getCustomer(array('customer_id' => 'your customer id'));

// create customer
$customerService->createCustomer(
    array(
        'name'          => 'your customer name',
        'address'       => 'customer address',
        'email'         => 'customer@debitoor',
        'phone'         => '000-000-00-00',
        ...
    )
);

// update customer
$customerService->updateCustomer(
    array(
        'customer_id'   => 'your customer id',
        'name'          => 'your customer name',
        'address'       => 'customer address',
        'email'         => 'customer@debitoor',
        'phone'         => '000-000-00-00',
        ...
    )
);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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://avatars.githubusercontent.com/u/237319?v=4)[Daniel Fahlke](/maintainers/Flyingmana)[@Flyingmana](https://github.com/Flyingmana)

---

Top Contributors

[![t0k4rt](https://avatars.githubusercontent.com/u/498106?v=4)](https://github.com/t0k4rt "t0k4rt (8 commits)")[![Flyingmana](https://avatars.githubusercontent.com/u/237319?v=4)](https://github.com/Flyingmana "Flyingmana (2 commits)")[![sebschaefer](https://avatars.githubusercontent.com/u/1312187?v=4)](https://github.com/sebschaefer "sebschaefer (1 commits)")

### Embed Badge

![Health badge](/badges/sharis-gmbh-debitoorapiclient/health.svg)

```
[![Health](https://phpackages.com/badges/sharis-gmbh-debitoorapiclient/health.svg)](https://phpackages.com/packages/sharis-gmbh-debitoorapiclient)
```

PHPackages © 2026

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