PHP Package: spatie/image

Spatie's PHP image library provides powerful functionalities for image processing and manipulation.

Current Version: 3.8.6
Last Updated: 2025-09-25
PHP Requirement: ^8.2
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Spatie's PHP image library offers a comprehensive suite of tools for efficient image editing, resizing, and optimization, empowering developers to enhance their web applications with visually appealing content effortlessly.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.6

Download Download v3.8.6

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/spatie/image/3.8.6/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use Spatie\Image\Image;
use Intervention\Image\Image;

$obj = new Image();
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.