Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

easybill/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

66 Commits

Repository files navigation

easybill PHP SDK

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.

About

easybill PHP SDK (API)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

AltStyle によって変換されたページ (->オリジナル) /