easybill / php-sdk
easybill PHP SDK (API)
Installs: 45 428
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 13
Forks: 5
Open Issues: 1
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
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.