PHPackages                             justpilot/billomat-php-api - 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. justpilot/billomat-php-api

ActiveLibrary[API Development](/categories/api)

justpilot/billomat-php-api
==========================

Unofficial PHP 8.4+ SDK for the Billomat API, powered by Symfony components.

v2.1.1(4w ago)0201[1 PRs](https://github.com/justpilot/billomat-php-api/pulls)Apache-2.0PHPPHP ^8.4CI passing

Since Dec 29Pushed 1w agoCompare

[ Source](https://github.com/justpilot/billomat-php-api)[ Packagist](https://packagist.org/packages/justpilot/billomat-php-api)[ Docs](https://github.com/justpilot/billomat-php-api)[ RSS](/packages/justpilot-billomat-php-api/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (26)Versions (9)Used By (0)

Billomat PHP API SDK
====================

[](#billomat-php-api-sdk)

[![PHP Version](https://camo.githubusercontent.com/3a1b280ab7672f9ae08c93a083aa42ce8d0c82ff079314d77f5fea924e84927c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342532422d3838393242462e737667)](https://www.php.net/)[![License](https://camo.githubusercontent.com/f60cb0de87bbb87501d20c4fb0c9730ffee1dc4499e9ce303d477ffe8925f98b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4170616368655f322e302d626c75652e737667)](LICENSE)[![Packagist](https://camo.githubusercontent.com/5c42b0aedc015af6f7aa2022a27e62f381e12823b5cc59b6c2effd7754aa67ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d6a75737470696c6f7425324662696c6c6f6d61742d2d7068702d2d6170692d6f72616e67652e737667)](https://packagist.org/packages/justpilot/billomat-php-api)[![PHPStan](https://camo.githubusercontent.com/ad3c02800c4c14e8d8fcabf2d3d13987859b485755a057e8c2ec14514c02fb2d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c5f6d61782d627269676874677265656e2e737667)](https://phpstan.org/)[![codecov](https://camo.githubusercontent.com/d654e1039a384cda1f5698a4f52552725f2f51c0786363eaac9f64cdc3cccd5d/68747470733a2f2f636f6465636f762e696f2f67682f6a75737470696c6f742f62696c6c6f6d61742d7068702d6170692f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/justpilot/billomat-php-api)

**Sprache / Language:** Deutsch (diese Datei) · [English](README.en.md)

Modernes, typisiertes PHP 8.4+ SDK für die [Billomat-API](https://www.billomat.com/api/) — basiert auf Symfony-Komponenten, mit Read-Modellen, getrennten Write-Optionen und einer sauberen Exception-Hierarchie.

> Unoffizielles SDK. Dieses Projekt steht in keiner offiziellen Verbindung zur Billomat GmbH und wird unabhängig entwickelt und gepflegt.

Inhalt
------

[](#inhalt)

- [Voraussetzungen](#voraussetzungen)
- [Installation](#installation)
- [Quickstart](#quickstart)
- [Features](#features)
- [Ressourcen](#ressourcen)
- [Konfiguration](#konfiguration)
- [Pagination](#pagination)
- [Fehlerbehandlung](#fehlerbehandlung)
- [Logging &amp; HTTP-Client](#logging--http-client)
- [Tests](#tests)
- [Beispiele](#beispiele)
- [Beitragen](#beitragen)
- [Sicherheit](#sicherheit)
- [Changelog](#changelog)
- [Lizenz](#lizenz)

Voraussetzungen
---------------

[](#voraussetzungen)

- PHP 8.4 oder neuer
- Composer
- Symfony-Komponenten: aktuelles LTS (`^7.4`) oder Latest Stable (`^8.0`). Ältere Symfony-Versionen werden nicht unterstützt.
- Ein Billomat-Account mit aktiviertem API-Zugriff
- Ein API-Schlüssel aus den Account-Einstellungen unter `https://.billomat.net/app/settings/api`

`billomatId` ist der Subdomain-Teil deiner Billomat-URL. Bei `https://mycompany.billomat.net/` ist die ID also `mycompany`.

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

[](#installation)

```
composer require justpilot/billomat-php-api
```

Quickstart
----------

[](#quickstart)

```
