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 yesterday

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

2340d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af6fcc6089c656ac15a512c2bda4df2310be5b7ee7371f6c0974cb6f0c5e2a62?d=identicon)[gotoeveryone](/maintainers/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

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

Bake plugin for CakePHP

11211.2M158](/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)
