PHPackages                             acuityscheduling/acuityscheduling - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. acuityscheduling/acuityscheduling

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

acuityscheduling/acuityscheduling
=================================

Acuity Scheduling PHP SDK. Examples and a standard library for Acuity Scheduling integration.

0.1.9(9y ago)11305.4k↓51.1%13MITPHPPHP &gt;=5.0.0

Since Aug 19Pushed 3y ago4 watchersCompare

[ Source](https://github.com/AcuityScheduling/acuity-php)[ Packagist](https://packagist.org/packages/acuityscheduling/acuityscheduling)[ Docs](https://github.com/AcuityScheduling/acuity-php)[ RSS](/packages/acuityscheduling-acuityscheduling/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Acuity Scheduling API - PHP Tool Kit
====================================

[](#acuity-scheduling-api---php-tool-kit)

Welcome to the Acuity Scheduling PHP SDK. This SDK provides examples and a standard library for integrating with the [Acuity Scheduling API](https://acuityscheduling.com/) using PHP. You can learn more about developing for Acuity Scheduling at [developers.acuityscheduling.com](https://developers.acuityscheduling.com/).

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

[](#installation)

This package can be installed with composer or added to your application manually. To install with composer, first execute in a shell:

```
$ composer require acuityscheduling/acuityscheduling
```

Then include the `vendor/autoload.php` in your app.

```
