easybill/php-sdk

easybill PHP SDK (API)

v3.3.0 2023-04-24 12:41 UTC

This package is auto-updated.

Last update: 2024-04-12 02:47:22 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Gitter

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.