PHPackages                             jdmaymeow/cake-shrink - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jdmaymeow/cake-shrink

AbandonedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

jdmaymeow/cake-shrink
=====================

Code Advent CakeShrink plugin for CakePHP

v1.0(9y ago)05PHPPHP &gt;=5.5.9

Since Dec 9Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CakeShrink plugin for CakePHP
=============================

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

This is part of Code Advent 2016

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 jdmaymeow/cake-shrink

```

Require `jdmaymeow/cake-advent` updated cakephp skeleton. For those who using standard cakephp skeleton update `bootstrap.php` with following lines

```
/**
 * Code Advent configuraiton file
 */
try {
    Configure::config('codeadvent', new JsonConfig());
    Configure::load('codeadvent', 'codeadvent', false);
} catch (\Exception $e) {
    exit($e->getMessage() . "\n");
}
```

and create `config/codeadvent.json` file with

```
{
  "CakeShrink": {
    "url": "https:///"
  }
}

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3489d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jdmaymeow-cake-shrink/health.svg)

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k46](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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