Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.31 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.31 KB

Alt

Latest Stable Version Packagist Codeclimate CI

FastBill PHP SDK

The SDK is licensed under the MIT License. Feel free to contribute!

Using the SDK

The API documentation provides all information about the available endpoints.

Install & Integrate the SDK into your Project

The SDK requires a PHP version of 7.1 or higher and ext-xml. The recommended way to install the SDK is through Composer.

composer require fastbill/fastbill-php-sdk

Usage

You can find for every implemented api action an example file in the examples directory.