PHPackages                             gentor/laravel-calendly-api - 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. gentor/laravel-calendly-api

ActiveLibrary[API Development](/categories/api)

gentor/laravel-calendly-api
===========================

PHP Calendly API (v2) SDK for Laravel

102.3k10[3 issues](https://github.com/gentor/laravel-calendly-api/issues)[1 PRs](https://github.com/gentor/laravel-calendly-api/pulls)PHP

Since Apr 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gentor/laravel-calendly-api)[ Packagist](https://packagist.org/packages/gentor/laravel-calendly-api)[ RSS](/packages/gentor-laravel-calendly-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Calendly API
============

[](#calendly-api)

PHP Calendly API (v2) SDK for Laravel

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

[](#installation)

Installation using composer:

```
composer require gentor/laravel-calendly-api

```

Configuration
-------------

[](#configuration)

Change your default settings in `app/config/calendly.php`:

```
return [
    'personal_token' => env('CALENDLY_PERSONAL_TOKEN'),
    'organization_uri' => env('CALENDLY_ORGANIZATION_URI'),
];
```

Usage
-----

[](#usage)

- [Users](https://developer.calendly.com/api-docs/b3A6Mzk2-get-user)

```
Calendly::users()->me();
Calendly::users()->get();
```

- [Event Types](https://developer.calendly.com/api-docs/b3A6NTkxNDEz-list-user-s-event-types)

```
Calendly::eventTypes()->get();
Calendly::eventTypes()->forOrganization();
Calendly::eventTypes()->forUser();
```

- [Scheduled Events](https://developer.calendly.com/api-docs/b3A6NTkxNDEy-list-events)

```
Calendly::scheduledEvents()->get();
Calendly::scheduledEvents()->forOrganization();
Calendly::scheduledEvents()->forUser();
Calendly::scheduledEvents()->invitees();
Calendly::scheduledEvents()->invitee();
```

- [Memberships](https://developer.calendly.com/api-docs/b3A6NTkxNDI0-list-organization-memberships)

```
Calendly::memberships()->get();
Calendly::memberships()->forOrganization();
Calendly::memberships()->forUser();
```

- [Webhooks](https://developer.calendly.com/api-docs/b3A6NTkxNDI2-list-webhook-subscriptions)

```
Calendly::webhooks()->get();
Calendly::webhooks()->list();
Calendly::webhooks()->subscribe();
Calendly::webhooks()->unsubscribe();
```

Documentation
-------------

[](#documentation)

[Calendly API Docs](https://developer.calendly.com/api-docs)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/210fd495e96c05caab1d50c09165794ff73175a9b49c43f91df0c8524dfa8add?d=identicon)[gentor](/maintainers/gentor)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gentor-laravel-calendly-api/health.svg)

```
[![Health](https://phpackages.com/badges/gentor-laravel-calendly-api/health.svg)](https://phpackages.com/packages/gentor-laravel-calendly-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

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