PHPackages                             maxleonov/cakephp-clope-clustering-plugin - 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. maxleonov/cakephp-clope-clustering-plugin

ActiveCakephp-plugin

maxleonov/cakephp-clope-clustering-plugin
=========================================

Cake-PHP plugin for CLOPE clustering algorithm

1.0.2(12y ago)2161[1 issues](https://github.com/maxleonov/cakephp-clope-clustering-plugin/issues)MITPHP

Since Feb 7Pushed 12y ago3 watchersCompare

[ Source](https://github.com/maxleonov/cakephp-clope-clustering-plugin)[ Packagist](https://packagist.org/packages/maxleonov/cakephp-clope-clustering-plugin)[ Docs](https://github.com/maxleonov/cakephp-clope-clustering-plugin)[ RSS](/packages/maxleonov-cakephp-clope-clustering-plugin/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

cakephp-clope-clustering-plugin
===============================

[](#cakephp-clope-clustering-plugin)

Cake-PHP plugin for [CLOPE clustering algorithm](https://drive.google.com/file/d/1---LtHj1jLHCOcCUZChMRZQVirmt9nR6F8Zmw6bgNBBNyiBB6zmWsNuGIOfF)

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

[](#installation)

```
cd my_cake_app/app
git clone git://github.com/maxleonov/cakephp-clope-clustering-plugin.git Plugin/ClopeClustering

```

add plugin loading in Config/bootstrap.php

```
CakePlugin::load('ClopeClustering');

```

add tables from `docs/Database/database.sql`

Usage
-----

[](#usage)

```
$Clope = ClassRegistry::init('ClopeClustering.Clope');

$params = array(
  'repulsion' => 2.0,
);

$transactions = array(
  array('a1', 'a2', 'a3'),
  array('a1', 'a2', 'a3', 'a4'),
  array('a1', 'a2', 'a3', 'a4'),
  array('a5', 'a6', 'a7'),
  array('a5', 'a6', 'a7'),
  array('a8', 'a9', 'a10')
);

$Clope->clusterize($transactions, $params);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~14 days

Total

3

Last Release

4453d ago

### Community

Maintainers

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

---

Top Contributors

[![maxleonov](https://avatars.githubusercontent.com/u/1827485?v=4)](https://github.com/maxleonov "maxleonov (24 commits)")[![imsamurai](https://avatars.githubusercontent.com/u/843002?v=4)](https://github.com/imsamurai "imsamurai (1 commits)")

---

Tags

plugincakephpclusteringclope

### Embed Badge

![Health badge](/badges/maxleonov-cakephp-clope-clustering-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/maxleonov-cakephp-clope-clustering-plugin/health.svg)](https://phpackages.com/packages/maxleonov-cakephp-clope-clustering-plugin)
```

###  Alternatives

[ivanamat/cakephp3-aclmanager

AclManager plugin for CakePHP 3.x

2715.2k](/packages/ivanamat-cakephp3-aclmanager)[dereuromark/cakephp-mailchimp

A CakePHP plugin for MailChimp

2217.9k](/packages/dereuromark-cakephp-mailchimp)

PHPackages © 2026

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