Download the PHP package mrbohem/laramage without Composer
On this page you can find all versions of the php package mrbohem/laramage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mrbohem/laramage
More information about mrbohem/laramage
Files in mrbohem/laramage
Download mrbohem/laramage
More information about mrbohem/laramage
Files in mrbohem/laramage
Vendor mrbohem
Package laramage
Short Description This package is used for image manipulation and uploadation on multiple storage
License MIT
Homepage https://github.com/mrbohem/laramage
Package laramage
Short Description This package is used for image manipulation and uploadation on multiple storage
License MIT
Homepage https://github.com/mrbohem/laramage
Please rate this library. Is it a good library?
Informations about the package laramage
📸 Laramage
Laramage is a Laravel-friendly image manipulation package built on top of Intervention Image v3. It allows you to easily read, resize, convert, and store images across different storage disks like local
, public
, and s3
.
✨ Features
- ✅ Read image from
UploadedFile
or file path - 🔧 Resize, scale, crop, and apply any Intervention method
- 🔄 Convert image formats (e.g. JPEG, PNG, WebP)
- 💾 Store image in any Laravel-supported filesystem
🧰 Requirements
- PHP 8.1+
- Laravel 9+
- Intervention Image v3
- GD or Imagick extension
📦 Installation
composer require mrbohem/laramage
🚀 Usage
use MrBohem\Laramage\Laramage;
Laramage::handler()
->load('public/images/product/main.png')
->convert('toWebp')
->apply('scale', 600, 600)
->store(directory: 'processed')
->getPath();
All versions of laramage with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0
illuminate/support Version ^11.0 || ^12.0.0
intervention/image-laravel Version ^1.3
aws/aws-sdk-php Version ^3.0
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0
illuminate/support Version ^11.0 || ^12.0.0
intervention/image-laravel Version ^1.3
aws/aws-sdk-php Version ^3.0
The package mrbohem/laramage contains the following files
Loading the files please wait ....