PHPackages                             codibris/billbee-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. codibris/billbee-api

ActiveLibrary

codibris/billbee-api
====================

Fork from official Billbee API SDK for PHP - update php 8

0.0.3(1y ago)0394↓100%MITPHP

Since May 4Pushed 1y agoCompare

[ Source](https://github.com/Codibris/billbee-php-sdk)[ Packagist](https://packagist.org/packages/codibris/billbee-api)[ RSS](/packages/codibris-billbee-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

[![Packagist](https://camo.githubusercontent.com/a4e77497c642bdf624f50a9dcbfa2d26ddd1137abf2ae4021a0cdd2599bee336/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c6c6265652f62696c6c6265652d6170692e737667)](https://packagist.org/packages/billbee/billbee-api)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/billbeeio/billbee-php-sdk/master/LICENSE)[![Packagist](https://camo.githubusercontent.com/623fccc34d6ca1ab680d72fe23cbac89ed13f5922ae29dcc5464a5183a41b029/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696c6c6265652f62696c6c6265652d6170692e737667)](https://packagist.org/packages/billbee/billbee-api)

[![Logo](https://camo.githubusercontent.com/b727b5a190a5a719de34ee555e68f8a1b5fd335ef7d76cc9235eeb54aa79fc48/68747470733a2f2f6170702e62696c6c6265652e696f2f7374617469632f62696c6c6265652f696d672f6c6f676f2e706e67)](https://www.billbee.de)

Billbee API
===========

[](#billbee-api)

With this package you can implement the official Billbee API in your application. This is a fork from billbeeio/billbee-php-sdk including some changes for php &gt;8.0.

Prerequisites
-------------

[](#prerequisites)

- For accessing the Billbee API you need an API Key. To get an API key, send a mail to  and send us a short note about what you are building.
- The API module must be activated in the account ([https://app.billbee.io/app\_v2/settings/api/general](https://app.billbee.io/app_v2/settings/api/general))

Install
-------

[](#install)

You can add this package as composer dependency

```
$ composer require codibris/billbee-api
```

[Instructions without composer](./doc/usage_without_composer.md)

Official API Documentation
--------------------------

[](#official-api-documentation)

Usage
-----

[](#usage)

Simply instantiate a client object for accessing the api:

```
