PHPackages                             deep\_camper/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. deep\_camper/laravel-calendly-api

ActiveLibrary[API Development](/categories/api)

deep\_camper/laravel-calendly-api
=================================

PHP Calendly API (v2) SDK for Laravel

09PHP

Since Apr 4Pushed 3y agoCompare

[ Source](https://github.com/DeepakDums1998/laravel-calendly-api)[ Packagist](https://packagist.org/packages/deep_camper/laravel-calendly-api)[ RSS](/packages/deep-camper-laravel-calendly-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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://avatars.githubusercontent.com/u/47563942?v=4)[DeepakDums1998](/maintainers/DeepakDums1998)[@DeepakDums1998](https://github.com/DeepakDums1998)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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