PHPackages                             airlst/clickup-sdk-php - 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. airlst/clickup-sdk-php

ActiveLibrary[API Development](/categories/api)

airlst/clickup-sdk-php
======================

PHP SDK for ClickUp API v2

1.0.1(5mo ago)081PHPPHP ^8.3

Since Jul 23Pushed 5mo agoCompare

[ Source](https://github.com/airlst/clickup-sdk-php)[ Packagist](https://packagist.org/packages/airlst/clickup-sdk-php)[ Docs](https://github.com/airlst/clickup-sdk-php)[ RSS](/packages/airlst-clickup-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (8)Used By (0)

ClickUp API V2 PHP SDK
======================

[](#clickup-api-v2-php-sdk)

This package provides a PHP SDK for the ClickUp API V2, allowing developers to easily integrate ClickUp's services into their applications. It is built using [ClickUp's official OpenAPI specifications](https://developer.clickup.com/openapi/673cf4cfdca96a0019533cad) and is built with the help of [crescat-io/saloon-sdk-generator](https://github.com/crescat-io/saloon-sdk-generator) tool.

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

[](#installation)

```
composer require airlst/clickup-sdk-php
```

Usage
-----

[](#usage)

```
use ClickUp\V2\ClickUpSDK;

$connector = new ClickUpSDK(
    config('services.clickup.customer'),
    config('services.clickup.username'),
    config('services.clickup.password'),
);

$response = $connector->clients()->fetchAllTenantsFormerlyClients();
```

Contributing
------------

[](#contributing)

If you want to contribute to this SDK, you can generate the SDK from the fresh OpenAPI specification using the following command:

```
php application build
```

Links
-----

[](#links)

- [ClickUp API V2 Documentation](https://developer.clickup.com/docs/index)
- [Saloon library](https://docs.saloon.dev)

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance74

Regular maintenance activity

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Every ~20 days

Recently: every ~29 days

Total

7

Last Release

171d ago

Major Versions

0.0.4 → 1.0.02025-11-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/c82e54991e0224fdc49d34ee60d0cfce5ea0cca1cd59771155e3b372d1fa1d11?d=identicon)[orkhanahmadov](/maintainers/orkhanahmadov)

---

Top Contributors

[![mish-ka-mishka](https://avatars.githubusercontent.com/u/5685141?v=4)](https://github.com/mish-ka-mishka "mish-ka-mishka (8 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/airlst-clickup-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/airlst-clickup-sdk-php/health.svg)](https://phpackages.com/packages/airlst-clickup-sdk-php)
```

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

765.7M124](/packages/saloonphp-laravel-plugin)[saloonphp/rate-limit-plugin

Handle rate limits beautifully in your Saloon API integrations or SDKs

201.3M43](/packages/saloonphp-rate-limit-plugin)[myoutdeskllc/salesforce-php

salesforce library for php8+

1560.8k](/packages/myoutdeskllc-salesforce-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[sandorian/moneybird-api-php

Moneybird API client for PHP

127.3k](/packages/sandorian-moneybird-api-php)

PHPackages © 2026

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