PHPackages                             fidelite6/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. [HTTP &amp; Networking](/categories/http)
4. /
5. fidelite6/laravel-calendly-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fidelite6/laravel-calendly-api
==============================

PHP Calendly API (v2) SDK for Laravel

v1.2(3y ago)041MITPHPPHP ^8

Since Nov 8Pushed 3y agoCompare

[ Source](https://github.com/Fidelite6/laravel-calendly-api)[ Packagist](https://packagist.org/packages/fidelite6/laravel-calendly-api)[ RSS](/packages/fidelite6-laravel-calendly-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

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

[](#calendly-api)

PHP Calendly API (v2) SDK for Laravel

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

[](#installation)

Installation using composer:

```
composer require fidelite6/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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Every ~8 days

Total

5

Last Release

1249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c2efbd28b95c0e7f9aa1d4edddb807f4feb2e7977fe1b4e8b51c33999763b6a?d=identicon)[Fidelite6](/maintainers/Fidelite6)

---

Top Contributors

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

---

Tags

phpapilaravelrestcalendly

### Embed Badge

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

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

###  Alternatives

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[zenditplatform/zendit-php-sdk

PHP client for Zendit API

1204.3k](/packages/zenditplatform-zendit-php-sdk)[dreamfactory/df-core

DreamFactory(tm) Core Components

1651.7k20](/packages/dreamfactory-df-core)[huaweicloud/huaweicloud-sdk-php

Huawei Cloud SDK for PHP

1829.2k2](/packages/huaweicloud-huaweicloud-sdk-php)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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