PHPackages                             3xw/cakephp-clickup - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. 3xw/cakephp-clickup

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

3xw/cakephp-clickup
===================

CakePHP pages plugins

4.0.1(1y ago)034PHPPHP &gt;=7.1

Since Jun 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/3xw/cakephp-clickup)[ Packagist](https://packagist.org/packages/3xw/cakephp-clickup)[ RSS](/packages/3xw-cakephp-clickup/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

cakephp-clickup plugin for CakePHP
==================================

[](#cakephp-clickup-plugin-for-cakephp)

This plugin allows you handle dealwith clickup as driver/webservice/endpoint

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require 3xw/cakephp-clickup

```

Load it in your src/Application.php

```
$this->addPlugin(\Trois\Clickup\Plugin::class);

```

Configure
---------

[](#configure)

in app.php

```
'Datasources' => [
	'click_up' => [
		'className' => 'Muffin\Webservice\Connection',
		'service' => 'Trois/Clickup.ClickUp',
		'token' => 'pk_***'
	],
	//..
]
```

Use
---

[](#use)

```
$this->loadModel('Trois/Clickup.Tasks', 'Endpoint');
debug($this->Tasks->find()->where(['listId' => 'xxx'])->toArray());
debug($this->Tasks->find()->where(['taskId' => 'xxx'])->toArray());
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~654 days

Total

3

Last Release

542d ago

Major Versions

3.x-dev → 4.0.02021-12-31

### Community

Maintainers

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

---

Top Contributors

[![awallef](https://avatars.githubusercontent.com/u/1070992?v=4)](https://github.com/awallef "awallef (26 commits)")[![ArWallef](https://avatars.githubusercontent.com/u/79444748?v=4)](https://github.com/ArWallef "ArWallef (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/3xw-cakephp-clickup/health.svg)

```
[![Health](https://phpackages.com/badges/3xw-cakephp-clickup/health.svg)](https://phpackages.com/packages/3xw-cakephp-clickup)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3099.1k6](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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