sabau360 / sdk
Sabau360 SDK for PHP
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sabau360/sdk
Requires
- firebase/php-jwt: ^6.11
- 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.