An open API service indexing awesome lists of open source software.

https://github.com/fastbill/fastbill-php-sdk

php sdk for the api of https://www.fastbill.com/
https://github.com/fastbill/fastbill-php-sdk

fastbill hacktoberfest php sdk

Last synced: 11 months ago
JSON representation

php sdk for the api of https://www.fastbill.com/

Awesome Lists containing this project

README

          

![Alt](https://repobeats.axiom.co/api/embed/3362f2327fba41dbee922c4ae8f7a257517b2056.svg "Repobeats analytics image")

[![Latest Stable Version](https://poser.pugx.org/fastbill/fastbill-php-sdk/v/stable)](https://packagist.org/packages/fastbill/fastbill-php-sdk) [![Packagist](https://img.shields.io/packagist/dt/fastbill/fastbill-php-sdk.svg)](https://packagist.org/packages/fastbill/fastbill-php-sdk) [![Codeclimate](https://api.codeclimate.com/v1/badges/08c48ce7b97c0b53a44a/maintainability)](https://codeclimate.com/github/fastbill/fastbill-php-sdk/maintainability) ![CI](https://github.com/fastbill/fastbill-php-sdk/actions/workflows/php.yml/badge.svg)

# FastBill PHP SDK

The SDK is licensed under the [MIT License](LICENSE). Feel free to contribute!

## Using the SDK

The [API documentation](https://apidocs.fastbill.com/fastbill/en/fundamentals.html#intro) 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](http://getcomposer.org).

```bash
composer require fastbill/fastbill-php-sdk
```

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