Sabau360 SDK for PHP

Maintainers

Package info

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

pkg:composer/sabau360/sdk

Statistics

Installs: 130

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.7.0 2026-04-29 14:56 UTC

This package is auto-updated.

Last update: 2026-05-29 15:09:00 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