PHPackages                             iveoles/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. [Image &amp; Media](/categories/media)
4. /
5. iveoles/image

ActiveLibrary[Image &amp; Media](/categories/media)

iveoles/image
=============

A Laravel 4 package to aid generating automatically resized images on the fly and generating responsive images.

1.2.2(12y ago)220.3kPHPPHP &gt;=5.3.0

Since Apr 25Pushed 9y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Image
=====

[](#image)

A Laravel 4 wrapper for the Imagecow image resizing / respoisive image package. See  for more detail on the underlying image manipulation package.

Image cow can use either GD or ImageMagick to transform image.

This is a customised fork from

Instalation
-----------

[](#instalation)

Install as any other Laravel 4 package:

1. Add to composer:

    "require": { ... "iveoles/image":"dev-master" ... }
2. Composer Update:

    $ composer update
3. Add to the providers array in app.php:

    ```
     'providers' => array(

     ...

     'Iveoles\Image\ImageServiceProvider'

    ```

    )
4. Add to the facades array in app.php:

    ```
     'aliases' => array(

     ...

     'Image' => 'Iveoles\Image\Facades\Image'

    ```

    )
5. Publish the package config file to change the defaults:

    $ php artisan config:publish iveoles/image
6. Copy the /vendor/imagecow/imagecow/Imagecow/Imagecow.js file to a publicly accessible web directory. The default path is set as /public/js/Imagecow.js, but whatever it is set as in the config the file must exist.

Usage
-----

[](#usage)

### Standard

[](#standard)

To provide image links on your templates use like so:

```

```

Where the first argument is the image which is referenced from the root of the public directory. The second argument is the transform method and each subsequent argument is an argument that would be passed to the relevant transform method used. See the Imagecow Documentation for more details.

### Responsive

[](#responsive)

To provide links to responsive images use a similar syntax:

```

```

The first argument is the "rule" and the subsequent arguments are the transform conditions to apply to that rule, following the same format. You can apply multiple responsive breakpoints by calling responsive multiple times.

### Caching

[](#caching)

All images are cached automatically, they are cached to the filesystem in the storage directory, the exact path and lifetime of the cache are configurable in the package config.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 64.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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

4400d ago

### Community

Maintainers

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

---

Top Contributors

[![kevbaldwyn](https://avatars.githubusercontent.com/u/2512883?v=4)](https://github.com/kevbaldwyn "kevbaldwyn (22 commits)")[![iveoles](https://avatars.githubusercontent.com/u/1750634?v=4)](https://github.com/iveoles "iveoles (11 commits)")[![kevinkhill](https://avatars.githubusercontent.com/u/266076?v=4)](https://github.com/kevinkhill "kevinkhill (1 commits)")

---

Tags

laravelimageresizeresponsiveLaravel 4imagecow

### Embed Badge

![Health badge](/badges/iveoles-image/health.svg)

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[urlbox/screenshots

Use urlbox to easily generate website thumbnail screenshots from a URL

14250.4k](/packages/urlbox-screenshots)[reliqarts/laravel-guided-image

Simplified and ready image manipulation for Laravel via intervention image.

351.4k](/packages/reliqarts-laravel-guided-image)[somehow-digital/typo3-media-processing

Media Processing

101.1k](/packages/somehow-digital-typo3-media-processing)

PHPackages © 2026

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