sabau360 / sdk
Sabau360 SDK for PHP
v1.6.0
2026-03-11 16:39 UTC
Requires
- firebase/php-jwt: ^7
- vlucas/phpdotenv: ^5.6
README
The Sabau360 SDK for PHP provides a simple and structured way to interact with the Sabau360 API. It is designed to make integration fast, consistent, and developer-friendly.
Installation
Install the SDK using Composer.
composer require sabau360/sdk
Once installed, include the Composer autoloader in your project:
require __DIR__ . '/vendor/autoload.php';
You can now start using the Sabau360 SDK in your application.
License
This SDK is licensed under the MIT License.