PHPackages                             3xw/cakephp-bexio - 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. [Framework](/categories/framework)
4. /
5. 3xw/cakephp-bexio

ActiveCakephp-plugin[Framework](/categories/framework)

3xw/cakephp-bexio
=================

CakePHP pages plugins

5.0.4(2mo ago)022PHPPHP &gt;=7.1

Since Dec 31Pushed 2mo ago1 watchersCompare

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

READMEChangelog (7)Dependencies (3)Versions (9)Used By (0)

cakephp-bexio plugin for CakePHP
================================

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

This plugin allows you handle dealwith bexio 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-bexio

```

Load it in your src/Application.php

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

```

Configure
---------

[](#configure)

in app.php

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

Use
---

[](#use)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance84

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~215 days

Recently: every ~1 days

Total

8

Last Release

83d ago

Major Versions

4.0.1 → 5.0.02026-02-10

### 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 (13 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-bexio/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86514.0M136](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11211.2M156](/packages/cakephp-bake)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[cakephp/localized

CakePHP Localized Plugin

218595.6k5](/packages/cakephp-localized)[cakephp/acl

Acl Plugin for CakePHP framework

109553.9k15](/packages/cakephp-acl)

PHPackages © 2026

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