batteryincluded / batteryincluded-php-sdk
The official php sdk for batteryincluded.ai
Installs: 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/batteryincluded/batteryincluded-php-sdk
Requires
- php: ^8.2
- ext-curl: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^11
README
batteryincluded-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 8.2 or higher. The recommended way to install the SDK is through Composer.
composer composer require batteryincluded/batteryincluded-php-sdk
Usage
You can find for every implemented api action an example file in the examples directory.