PHP Package: intervention/image-laravel

Intervention's Image-Laravel provides seamless image processing integration for Laravel applications, enhancing image handling capabilities.

Current Version: 1.5.5
Last Updated: 2025-02-26
PHP Requirement: ^8.1
Dependencies:
intervention/image
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Intervention's Image-Laravel is a powerful toolset for Laravel developers, offering comprehensive image manipulation features including resizing, cropping, and watermarking. This library simplifies complex image tasks and optimizes image workflows within Laravel projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.5.6

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/intervention/image-laravel/1.5.6/loader.php';
require_once 'libs/intervention/image/3.11.3/loader.php';

use Intervention\Image\ImageManager;
use Intervention\Image\Image;

$obj = new ImageManager();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.