fastbill / fastbill-php-sdk
FastBill SDK for PHP
Installs: 1 683
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 8
Forks: 13
Open Issues: 2
Requires
- php: >=7.3.0|>=8.0.0
- ext-simplexml: *
- guzzlehttp/guzzle: ^5.0|^6.0|^7.0
Requires (Dev)
- phpunit/phpunit: ^7.2
README
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.