PHPackages                             sweetdate/client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sweetdate/client

ActiveLibrary

sweetdate/client
================

DO NOT USE — under development

v0.1.0(10mo ago)00[13 issues](https://github.com/SweetDate-Calendar/sd_php/issues)MITPHPPHP ^8.1CI failing

Since Aug 28Pushed 10mo agoCompare

[ Source](https://github.com/SweetDate-Calendar/sd_php)[ Packagist](https://packagist.org/packages/sweetdate/client)[ RSS](/packages/sweetdate-client/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (8)Used By (0)

[![CI](https://github.com/SweetDate-Calendar/sd_php/actions/workflows/ci.yml/badge.svg)](https://github.com/SweetDate-Calendar/sd_php/actions/workflows/ci.yml/badge.svg)

SweetDate PHP Client SDK
========================

[](#sweetdate-php-client-sdk)

🚧 This package is under active development.
❗ It is not stable, documented, or supported.
🧪 Use at your own risk – or wait for the `v1.0` release.

The official PHP SDK for the [SweetDate Calendar Engine](https://sweetdate.io/).
This package provides a simple client for interacting with the SweetDate REST API.

---

Requirements
------------

[](#requirements)

- PHP **8.1+** (tested on 8.1, 8.2, 8.3)
- Composer for dependency management
- cURL extension enabled (required by Guzzle)

---

Installation
------------

[](#installation)

Add the SDK to your project using [Composer](https://getcomposer.org/):

```
composer require sweetdate/client
```

---

Usage
-----

[](#usage)

Example: list tenants

```
