PHPackages                             e2e4gu/adaptive-image-plugin - 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. e2e4gu/adaptive-image-plugin

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

e2e4gu/adaptive-image-plugin
============================

AdaptiveImages plugin for CakePHP 3

06PHP

Since Dec 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/e2e4gu/adaptive-image-plugin)[ Packagist](https://packagist.org/packages/e2e4gu/adaptive-image-plugin)[ RSS](/packages/e2e4gu-adaptive-image-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AdaptiveImages plugin for CakePHP
=================================

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

Requirements
------------

[](#requirements)

PHP extension - Imagick

```
sudo apt-get install php5-imagick

```

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 e2e4gu/adaptive-image-plugin

```

Add to /config/bootstrap.php

```
Plugin::load('AdaptiveImages', ['autoload' => true, 'routes' => true]);

```

or

```
Plugin::loadAll();

```

Add to main layout tag

```

```

Helper includes in controller. Helper need for change src images path from original to cached.

```
public $helpers = ['AdaptiveImages.AdaptiveImg'];

```

Helper syntax. Your also can use Html helper`s options if you need it:

```
echo $this->AdaptiveImg->image('yourimage.jpg', ['semanticType' => 'original']);

```

You can add semanticTypes and resolutionBreakpoints in:

```
/vendor/e2e4gu/adaptive-image-plugin/config/adaptive_image_config.php
/config/adaptive_image_config.php

```

Config config syntax:

```
 => [
     => [
          => [
                 =>
         ]
    ]
]

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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/068f5a96dfad8350d53aa4ba57621f9b110ff949c1569efb86d79b1061e3cacc?d=identicon)[e2e4gu](/maintainers/e2e4gu)

---

Top Contributors

[![killmegently](https://avatars.githubusercontent.com/u/16184731?v=4)](https://github.com/killmegently "killmegently (2 commits)")[![e2e4gu](https://avatars.githubusercontent.com/u/16188339?v=4)](https://github.com/e2e4gu "e2e4gu (1 commits)")

### Embed Badge

![Health badge](/badges/e2e4gu-adaptive-image-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/e2e4gu-adaptive-image-plugin/health.svg)](https://phpackages.com/packages/e2e4gu-adaptive-image-plugin)
```

###  Alternatives

[scheb/tombstone

Dead code detection with tombstones for PHP

282578.2k2](/packages/scheb-tombstone)

PHPackages © 2026

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