PHPackages                             zenapply/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. zenapply/php-calendly

ActiveLibrary

zenapply/php-calendly
=====================

Easily Connect to the calendly api

1.0.0(10y ago)1020.3k3MITPHPPHP ^5.5.9 || ^7.0

Since Apr 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/leadthread/php-calendly)[ Packagist](https://packagist.org/packages/zenapply/php-calendly)[ Docs](https://github.com/zenapply/php-calendly)[ RSS](/packages/zenapply-php-calendly/feed)WikiDiscussions master Synced 2mo ago

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

php-calendly
============

[](#php-calendly)

[![Latest Version](https://camo.githubusercontent.com/f0420f3d99cfb43fd54edcdb6fb066de628a0b0830cf33839e82a6ae013ccb17/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7a656e6170706c792f7068702d63616c656e646c792e7376673f7374796c653d666c61742d737175617265)](https://github.com/zenapply/php-calendly/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6fd5f5f80045441ab0c5b5707280e4ec67fc7d941907f6249a1f6b813c6abf3b/68747470733a2f2f7472617669732d63692e6f72672f7a656e6170706c792f7068702d63616c656e646c792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zenapply/php-calendly)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/999adbee3986959eeb5cab2e3d1e5deb51411348fa63bbaf88bf6e5ca338b38f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a656e6170706c792f7068702d63616c656e646c792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zenapply/php-calendly/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/71eefde2d78356201abb571c6856e22cf17e9e13ac3ed20f3ae78d45fef2d568/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a656e6170706c792f7068702d63616c656e646c792f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zenapply/php-calendly/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/1c4ac926efb90f2924bb989040a5bf7eedb5476ed59563195a7d1ed8141ed7fb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536663332353263333536333065303032396462303138372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56f3252c35630e0029db0187)[![Total Downloads](https://camo.githubusercontent.com/1da58ad2f3746c3b4302c37284476aa053006d44f0fd2fa322aaec6f1d247fc9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656e6170706c792f7068702d63616c656e646c792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenapply/php-calendly)

This package will let you easily register webhooks with the [Calendly API](http://developer.calendly.com/)

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

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require zenapply/php-calendly
```

Usage
-----

[](#usage)

Register a webhook for Invitee Created

```
use Zenapply\Calendly\Calendly;
$c = new Calendly("Your API Token");
$response = $c->registerInviteeCreated("http://foo.com/bar/calendly");
/* When successful it will return:
[
    "id" => 1234
]
 */
```

Register a webhook for Invitee Canceled

```
use Zenapply\Calendly\Calendly;
$c = new Calendly("Your API Token");
$response = $c->registerInviteeCanceled("http://foo.com/bar/calendly");
/* When successful it will return:
[
    "id" => 1234
]
 */
```

Unregister a webhook

```
use Zenapply\Calendly\Calendly;
$c = new Calendly("Your API Token");
$idOfWebhook = 1234;
$response = $c->unregistered($idOfWebhook);
/* When successful it will return:
null
 */
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

3693d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0f17a08e8038aafdd451317206dda9429dfda2c7cbadb0c0796e25367108d5?d=identicon)[tylercd100](/maintainers/tylercd100)

---

Top Contributors

[![tylercd100](https://avatars.githubusercontent.com/u/4522226?v=4)](https://github.com/tylercd100 "tylercd100 (2 commits)")

---

Tags

tylercd100calendlyzenapply

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tylercd100/lern

LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.

438153.4k3](/packages/tylercd100-lern)[laravel-validation-rules/phone

Validate that a phone number is in the correct format

69355.5k](/packages/laravel-validation-rules-phone)[laravel-validation-rules/us-state

Validate US States and Canada Provinces

16172.7k](/packages/laravel-validation-rules-us-state)[tylercd100/laravel-notify

12152.1k1](/packages/tylercd100-laravel-notify)[tylercd100/laravel-validator-color

Validate that a certain value is a valid CSS color string in Laravel 5

1580.1k](/packages/tylercd100-laravel-validator-color)

PHPackages © 2026

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