PHPackages                             sasilen/results - 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. sasilen/results

ActiveCakephp-plugin

sasilen/results
===============

Results plugin for CakePHP 4

00PHPCI failing

Since Nov 29Pushed 5y agoCompare

[ Source](https://github.com/sasilen/cakephp-plugin-results)[ Packagist](https://packagist.org/packages/sasilen/results)[ RSS](/packages/sasilen-results/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Results plugin for CakePHP 4
============================

[](#results-plugin-for-cakephp-4)

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 config repositories.results git https://github.com/sasilen/cakephp-plugin-results.git
composer require sasilen/results

```

Configuration
-------------

[](#configuration)

```
./bin/cake plugin load Sasilen/Results

```

Migrate database schema
-----------------------

[](#migrate-database-schema)

```
./bin/cake migrations migrate -p Results

```

Add templates (main app)
------------------------

[](#add-templates-main-app)

```
# /src/View/AppView.php
public function initialize(): void
{
    parent::initialize();
    $this->loadHelper('CakeDC/Users.AuthLink');
    $this->loadHelper('Paginator', ['templates' => 'templates-paginator']);
    $this->loadHelper('Form', ['templates' => 'templates-form']);
}

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![sasilen](https://avatars.githubusercontent.com/u/4187961?v=4)](https://github.com/sasilen "sasilen (17 commits)")

### Embed Badge

![Health badge](/badges/sasilen-results/health.svg)

```
[![Health](https://phpackages.com/badges/sasilen-results/health.svg)](https://phpackages.com/packages/sasilen-results)
```

PHPackages © 2026

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