PHPackages                             smarter-solutions/ez-image-crop - 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. smarter-solutions/ez-image-crop

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

smarter-solutions/ez-image-crop
===============================

This is a tool that improves cutting images in eZ Publish

v2.0(9y ago)2741[1 issues](https://github.com/smarter-solutions/ez-image-crop/issues)MITPHPPHP ~5.5|~7.0

Since Jan 8Pushed 9y ago4 watchersCompare

[ Source](https://github.com/smarter-solutions/ez-image-crop)[ Packagist](https://packagist.org/packages/smarter-solutions/ez-image-crop)[ RSS](/packages/smarter-solutions-ez-image-crop/feed)WikiDiscussions master Synced 2mo ago

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

eZ Image Crop
=============

[](#ez-image-crop)

This is a tool that improves cutting images in eZ Publish

Install Package
---------------

[](#install-package)

```
composer require smarter-solutions/ez-image-crop "~1.0"
```

Register Bundle
---------------

[](#register-bundle)

```
// ezpublish/EzPublishKernel.php

class EzPublishKernel extends Kernel
{
    ...
    public function registerBundles()
    {
        ...
        $bundles = array(
            ...
            new SmarterSolutions\EzComponents\EzImageCropBundle\EzImageCropBundle()
            ...
        );
        ...
    }
}
```

Define filters
--------------

[](#define-filters)

```
# ezpublish/config/ezpublish.yaml

ezpublish:
    imagemagick:
        filters:
            gravity/center: '-gravity Center'
...
```

Create Image alias
------------------

[](#create-image-alias)

```
# ezpublish/config/ezpublish.yaml

ezpublish:
    system:
        frontend:
            image_variations:
                first_alias:
                    reference: null
                    filters:
                        - { name: gravity/center, params: [200, 75] }
...
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3429d ago

Major Versions

v1.0.0 → 2.x-dev2016-12-21

PHP version history (2 changes)1.x-devPHP &gt;=5.3.0

2.x-devPHP ~5.5|~7.0

### Community

Maintainers

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

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

---

Top Contributors

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

---

Tags

bundleimagecropezpublishimage-crop

### Embed Badge

![Health badge](/badges/smarter-solutions-ez-image-crop/health.svg)

```
[![Health](https://phpackages.com/badges/smarter-solutions-ez-image-crop/health.svg)](https://phpackages.com/packages/smarter-solutions-ez-image-crop)
```

###  Alternatives

[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

103548.4k1](/packages/ctessier-nova-advanced-image-field)[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

141110.4k6](/packages/stefangabos-zebra-image)[ayvazyan10/nova-imagic

Imagic is a Laravel Nova field package that allows for image manipulation capabilities, such as cropping, resizing, quality adjustment, and WebP conversion. It utilizes the powerful Intervention Image class for image manipulation.

144.3k1](/packages/ayvazyan10-nova-imagic)[maxmirazh33/yii2-uploadable-cropable-image

Yii2 extension for upload and crop images

1020.8k](/packages/maxmirazh33-yii2-uploadable-cropable-image)[reliqarts/laravel-guided-image

Simplified and ready image manipulation for Laravel via intervention image.

351.4k](/packages/reliqarts-laravel-guided-image)[spescina/imgproxy

An image proxy for Laravel

201.3k](/packages/spescina-imgproxy)

PHPackages © 2026

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