PHPackages                             gotoeveryone/cake-parts - 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. gotoeveryone/cake-parts

AbandonedArchivedLibrary[Framework](/categories/framework)

gotoeveryone/cake-parts
=======================

Custom parts using CakePHP3+

v0.1.0(6y ago)01.3kMITPHPPHP &gt;=5.6.0

Since Oct 1Pushed 6y agoCompare

[ Source](https://github.com/gotoeveryone/cake-parts)[ Packagist](https://packagist.org/packages/gotoeveryone/cake-parts)[ RSS](/packages/gotoeveryone-cake-parts/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

CakePHP's development tools.
============================

[](#cakephps-development-tools)

### Requirements

[](#requirements)

- PHP 5.6+
- CakePHP 3.x

### Getting Started

[](#getting-started)

#### Installing

[](#installing)

```
$ composer require gotoeveryone/cake-parts
```

#### Usage

[](#usage)

- `src/Application.php`

```
use Gotoeveryone\Middleware\TraceMiddleware;
use Gotoeveryone\Middleware\TransactionMiddleware;

public function middleware($middlewareQueue)
{
    // Add to middlewareQueue.
    $middlewareQueue
        ->add(new TraceMiddleware())
        ->add(new TransactionMiddleware('connection name'));

    return $middlewareQueue;
}
```

- `config/routes.php`

```
use Gotoeveryone\Middleware\TraceMiddleware;
use Gotoeveryone\Middleware\TransactionMiddleware;

Router::scope('/', function ($routes) {
    // Register middleware
    $routes->registerMiddleware('trace', new TraceMiddleware())
        ->registerMiddleware('transaction', new TransactionMiddleware('connection name'))
        ->applyMiddleware('trace', 'transaction');
});
```

When `connection name` is not specified to `TransactionMiddleware` constructor argument, using `default`.

### Other

[](#other)

About for middleware is [here](https://book.cakephp.org/3.0/en/controllers/middleware.html).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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 ~115 days

Recently: every ~183 days

Total

8

Last Release

2393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24935323?v=4)[Kazuki Kamizuru](/maintainers/gotoeveryone)[@gotoeveryone](https://github.com/gotoeveryone)

---

Top Contributors

[![gotoeveryone](https://avatars.githubusercontent.com/u/24935323?v=4)](https://github.com/gotoeveryone "gotoeveryone (15 commits)")

### Embed Badge

![Health badge](/badges/gotoeveryone-cake-parts/health.svg)

```
[![Health](https://phpackages.com/badges/gotoeveryone-cake-parts/health.svg)](https://phpackages.com/packages/gotoeveryone-cake-parts)
```

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[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)[cakephp/twig-view

Twig powered View for CakePHP

155.7M19](/packages/cakephp-twig-view)[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)
