PHPackages                             lee-to/php-calendly - 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. [API Development](/categories/api)
4. /
5. lee-to/php-calendly

ActiveLibrary[API Development](/categories/api)

lee-to/php-calendly
===================

Calendly API client for PHP

v1.0(5y ago)01681MITPHPPHP ^7.1

Since Aug 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lee-to/php-calendly)[ Packagist](https://packagist.org/packages/lee-to/php-calendly)[ Docs](https://github.com/lee-to/php-calendly)[ RSS](/packages/lee-to-php-calendly/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Calendly API client for PHP
===========================

[](#calendly-api-client-for-php)

Calendly API client for PHP

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

[](#installation)

Calendly API client for PHP can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require lee-to/php-calendly
```

### Usage.

[](#usage)

[Documentation](https://developer.calendly.com)

[Api token](https://calendly.com/integrations)

```
use CalendlyApi\CalendlyApi;
use CalendlyApi\HttpAdapters\CurlHttpClient;
```

### Init.

[](#init)

```
$calendlyApi = new CalendlyApi($token, new CurlHttpClient);
```

### Hooks

[](#hooks)

#### List all

[](#list-all)

```
$calendlyApi->hook()->all()
```

#### Get one

[](#get-one)

```
$calendlyApi->hook()->get($id)
```

#### Create

[](#create)

```
$calendlyApi->hook()->create(["url" => "https://name.com", "events" => ["invitee.created"]])
```

#### Delete

[](#delete)

```
$calendlyApi->hook()->delete($id)
```

### User

[](#user)

#### About

[](#about)

```
$calendlyApi->user()->me()
```

#### User Event Types

[](#user-event-types)

```
$calendlyApi->user()->event_types()
```

Tests
-----

[](#tests)

1. [Composer](https://getcomposer.org/) is a prerequisite for running the tests. Install composer globally, then run `composer install` to install required files.
2. Get personal token, then create `tests/CalendlyApiTestCredentials.php` from `tests/CalendlyApiTestCredentials.php.dist` and edit it to add your credentials.
3. The tests can be executed by running this command from the root directory:

```
$ ./vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Danil Shutsky](https://github.com/lee-to)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Security
--------

[](#security)

If you have found a security issue, please contact the maintainers directly at .

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2098d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1861327?v=4)[Danil Shutsky](/maintainers/lee-to)[@lee-to](https://github.com/lee-to)

---

Top Contributors

[![lee-to](https://avatars.githubusercontent.com/u/1861327?v=4)](https://github.com/lee-to "lee-to (1 commits)")

---

Tags

apicalendly

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lee-to-php-calendly/health.svg)

```
[![Health](https://phpackages.com/badges/lee-to-php-calendly/health.svg)](https://phpackages.com/packages/lee-to-php-calendly)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
