Sabau360 SDK for PHP

Maintainers

Package info

github.com/biosabau-org/sabau360-php-sdk

pkg:composer/sabau360/sdk

Statistics

Installs: 89

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.6.0 2026-03-11 16:39 UTC

This package is auto-updated.

Last update: 2026-03-11 16:40:09 UTC


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.

Table of Contents