PHPackages                             lrnzfrr/cake-slim-image - 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. lrnzfrr/cake-slim-image

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

lrnzfrr/cake-slim-image
=======================

CakeSlimImage plugin for CakePHP

v1.6(7y ago)019MITPHP

Since May 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lrnzfrr/cake-slim-image)[ Packagist](https://packagist.org/packages/lrnzfrr/cake-slim-image)[ RSS](/packages/lrnzfrr-cake-slim-image/feed)WikiDiscussions master Synced 3d ago

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

CakeSlimImage plugin for CakePHP
================================

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

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require lrnzfrr/CakeSlimImage

```

Use the Plugin
--------------

[](#use-the-plugin)

Open Application.php and include the library:

use lrnzfrr\\CakeSlimImage\\Middleware\\CakeSlimImageMiddleware;

```
and in the middleware Queue:
```php
    public function middleware($middlewareQueue)
    {
        $middlewareQueue
            ... middleware ..
            ->add(new CakeSlimImageMiddleware($this))
            .. other middleware....
    }

```

The plugins will catch all json post request with "slim" param, single or multi images, so in your controller just write:

```
    if($this->request->getData('slimImage')) {
        $photoData = $this->request->getData('slimImage');
        // process photo data ...
    }
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

3

Last Release

2585d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2543030?v=4)[Lorenzo Ferri](/maintainers/lrnzfrr)[@lrnzfrr](https://github.com/lrnzfrr)

---

Top Contributors

[![lrnzfrr](https://avatars.githubusercontent.com/u/2543030?v=4)](https://github.com/lrnzfrr "lrnzfrr (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lrnzfrr-cake-slim-image/health.svg)

```
[![Health](https://phpackages.com/badges/lrnzfrr-cake-slim-image/health.svg)](https://phpackages.com/packages/lrnzfrr-cake-slim-image)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M49](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M192](/packages/cakephp-bake)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1902.3M40](/packages/dereuromark-cakephp-ide-helper)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42837.4k48](/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

36199.6k2](/packages/dereuromark-cakephp-setup)

PHPackages © 2026

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