PHPackages                             vaghey/image-editor - 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. vaghey/image-editor

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

vaghey/image-editor
===================

GD-powered image manipulation for Laravel

1.0.0(7mo ago)05MITPHP

Since Sep 30Pushed 7mo agoCompare

[ Source](https://github.com/AliVaghey/Laravel-ImageEditorTools)[ Packagist](https://packagist.org/packages/vaghey/image-editor)[ RSS](/packages/vaghey-image-editor/feed)WikiDiscussions main Synced 1mo ago

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

Laravel ImageEditorTools
========================

[](#laravel-imageeditortools)

A lightweight Laravel 12 package for image manipulation and optimization. Built for speed, simplicity, and developer happiness.

I'm building on top of it over time — no fixed roadmap, just creative evolution.

🚀 Features
----------

[](#-features)

- Resize images with custom dimensions
- Facade and helper support for clean usage
- Designed for Laravel 12+ with auto-discovery

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require vaghey/image-editor
```

⚙️ Configuration
----------------

[](#️-configuration)

No manual provider registration needed — Laravel auto-discovers the service provider, facade, and helper.

🧩 Usage
-------

[](#-usage)

### Using the Facade

[](#using-the-facade)

```
use Vaghey\ImageEditor\Facades\ImageEditor;

ImageEditor::make($sourcePath)->resizeToWidth();
```

### Using the Helper

[](#using-the-helper)

```
imageEditor($sourcePath)->resizeToWidth();
```

> The `imageEditor()` helper is autoloaded via Composer. Just be mindful of potential naming collisions if you already have a function with the same name 😁

📄 License
---------

[](#-license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance62

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/480b7272e077d1780ed3b34cbe0cad3066e3a2cbd9cf6a5b9174ef32c4dd79dd?d=identicon)[AliVaghey](/maintainers/AliVaghey)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[creativeorange/gravatar

A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.

5467.5M54](/packages/creativeorange-gravatar)[intervention/image-laravel

Laravel Integration of Intervention Image

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

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[spatie/laravel-og-image

Generate OG images for your Laravel app

305.2k](/packages/spatie-laravel-og-image)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.6k](/packages/nikkanetiya-laravel-color-palette)

PHPackages © 2026

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