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 1mo ago

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

Maturity24

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://www.gravatar.com/avatar/34e0da6dc51196a8d5b503ca6178c258a3e8af42e20182e4129946197a54aa05?d=identicon)[DeepakDums1998](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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