fastbill / fastbill-php-sdk
FastBill SDK for PHP
Installs: 3 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 7
Forks: 14
Open Issues: 2
Requires
- php: ^8.0
- ext-simplexml: *
- guzzlehttp/guzzle: ^6.0|^7.0
Requires (Dev)
- phpunit/phpunit: ^9.5.25
This package is auto-updated.
Last update: 2024-11-15 22:19:49 UTC
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.