fastbill/fastbill-php-sdk

FastBill SDK for PHP

0.1.5 2024-02-15 20:35 UTC

README

Alt

Latest Stable Version Packagist Codeclimate CI

logo.png 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.