vaghey/image-editor
最新稳定版本:1.0.0
Composer 安装命令:
composer require vaghey/image-editor
包简介
GD-powered image manipulation for Laravel
README 文档
README
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.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-30