easybill / php-sdk
easybill PHP SDK (API)
v3.4.0
2024-12-13 11:45 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Installation
The recommended way of installing this library is using Composer.
Add this repository to your composer information using the following command
composer require easybill/php-sdk
Usage
use easybill\SDK\Client; use easybill\SDK\Endpoint; $client = new Client(new Endpoint('... your API key ...')); $result = $client->request('GET', 'documents'); print_r($result);
More examples
Check the examples folder.
Documentation
Please see https://www.easybill.de/api for up-to-date documentation.
Contributing
Please feel free to send bug reports and pull requests.
License
Published as open source under the terms of MIT License.