Skip to content

AliVaghey/Laravel-ImageEditorTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

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

πŸ“¦ Installation

Install via Composer:

composer require vaghey/image-editor

βš™οΈ Configuration

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

🧩 Usage

Using the Facade

use Vaghey\ImageEditor\Facades\ImageEditor;

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

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

This package is open-sourced software licensed under the MIT license.

About

This is a simple Laravel package that uses PHP-GD.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages