daniel-jorg-schuppelius / lexoffice-php-sdk
Lexoffice SDK for PHP
v0.5.3
2025-04-20 19:04 UTC
Requires
- php: ^8.2 || ^8.3
- daniel-jorg-schuppelius/php-api-toolkit: ^1.0
- guzzlehttp/guzzle: ^7.9 || ^8.0
- psr/log: ^3.0@dev
Requires (Dev)
- phpunit/phpunit: ^11.3
README
Inspired by the project eike-grundke/lexoffice-php-sdk, I have given some thought to what I would do differently. Initially, I wanted to create a fork, but I decided against it as I have completely overhauled the original structure.
The SDK is licensed under the MIT License. Feel free to contribute!
Using the SDK
Basic functions for controlling the endpoints are included in the SDK. A little more fine-tuning is needed for validation when creating the objects in lexoffice.
Install the SDK into your Project
The SDK requires a PHP version of 8.1 or higher. The recommended way to install the SDK is through Composer.
composer require daniel-jorg-schuppelius/lexoffice-php-sdk