PHP Package: intervention/image

The intervention/image PHP library offers powerful image manipulation capabilities for developers seeking versatile image editing functionalities.

Current Version: 3.11.3
Last Updated: 2025-05-24
PHP Requirement: ^8.1
Dependencies: None

Package Description

Intervention Image is a PHP image handling and manipulation library that provides an easy-to-use API to perform common image editing tasks. With features like resizing, cropping, watermarking, and more, this library simplifies complex image operations. Its flexibility and scalability make it a preferred choice for developers aiming to enhance image processing workflows efficiently.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.11.3

Download Download v3.11.3

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/3.11.3/loader.php';
use Intervention\Image\ImageManager;
use Intervention\Image\Commands\BlurCommand;

$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.