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/
- Host: GitHub
- URL: https://github.com/fastbill/fastbill-php-sdk
- Owner: fastbill
- License: mit
- Created: 2018-07-24T20:10:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T19:50:34.000Z (about 1 year ago)
- Last Synced: 2025-06-18T00:37:09.554Z (about 1 year ago)
- Topics: fastbill, hacktoberfest, php, sdk
- Language: PHP
- Homepage: https://apidocs.fastbill.com/
- Size: 11.1 MB
- Stars: 23
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://packagist.org/packages/fastbill/fastbill-php-sdk) [](https://packagist.org/packages/fastbill/fastbill-php-sdk) [](https://codeclimate.com/github/fastbill/fastbill-php-sdk/maintainability) 
#
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.