PHPackages                             bingvanmoorsel/easyimage - 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. bingvanmoorsel/easyimage

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

bingvanmoorsel/easyimage
========================

Image handling and manipulation library with support for Laravel integration

0.1(9y ago)0119MITPHP

Since Jan 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bingvanmoorsel/easyimage)[ Packagist](https://packagist.org/packages/bingvanmoorsel/easyimage)[ Docs](http://bingvanmoorsel.nl/)[ RSS](/packages/bingvanmoorsel-easyimage/feed)WikiDiscussions master Synced 3w ago

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

EasyImage
=========

[](#easyimage)

This is a small simple package that extends [intervention/imagecache](http://image.intervention.io/use/cache). All credits for that package belong to the creator. This is my first package and i made this to help myself in some of my own projects. Feel free to comment, fork or even better: improve it!

What does it do?
----------------

[](#what-does-it-do)

this package makes it possible to call the fit, crop and grayscale option right from the url.

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

[](#installation)

require the package trough composer:

```
composer require bingvanmoorsel/easyimage
```

Then add the the service providers:

```
// config/app.php
Intervention\Image\ImageServiceProvider::class,
Bingvanmoorsel\EasyImage\Providers\EasyImageServiceProvider::class,
```

How does it work?
-----------------

[](#how-does-it-work)

First of all you need to setup Image Intervention described on this page:

This package extends the route in the config with an 'c\_' so for example if your config is:

```
// config/imagecache.php
    'route' => 'img',
```

the package enables a route 'c\_img' ###Explained the URL is build up in 3 parts:

```
http://.com/c_///
```

placeholderdescriptionyourdomainyour website url.routedefined in app/imagecache.phpcommandThe effect you want: fit, crop, grayscaleparamsrequired field and sepperated by a dash('-'), if no params place one dash.path-to-imageThe original path to the image.\###Examples of commands

```
// Fit
http://.com/c_img/fit/300-300/images/profiles/peter.jpg

// Crop
http://.com/c_img/crop/300-300/images/profiles/peter.jpg

// Greyscale
http://.com/c_img/greyscale/-/images/profiles/peter.jpg
```

License
-------

[](#license)

This package iss open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

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

3445d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4376490?v=4)[Bing van Moorsel](/maintainers/bingvanmoorsel)[@bingvanmoorsel](https://github.com/bingvanmoorsel)

---

Tags

laravelthumbnailimagegdimagickwatermark

### Embed Badge

![Health badge](/badges/bingvanmoorsel-easyimage/health.svg)

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

###  Alternatives

[intervention/image

PHP Image Processing

14.3k203.8M2.5k](/packages/intervention-image)[intervention/image-laravel

Laravel Integration of Intervention Image

1558.1M160](/packages/intervention-image-laravel)[folklore/image

Image manipulation library for Laravel 5 based on Imagine and inspired by Croppa for easy url based manipulation

269248.6k5](/packages/folklore-image)[intervention/image-symfony

Symfony Integration of Intervention Image

1084.3k](/packages/intervention-image-symfony)

PHPackages © 2026

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