Sorry, no results were found for this search.

Installation

Installation with Composer

2 Downloads / Month

Open Source MIT License

You are viewing the documentation for Intervention ImageHash beta. This version is in an early beta stage and should be used with caution in production environments.

Learn how to install Intervention ImageHash for PHP with Composer and discover how to configure your web server to make the library work perfectly.

Server Requirements

Make sure your server meets these requirements before installing:

  • PHP >= 8.3
  • Mbstring PHP Extension
  • Image Processing PHP Extension

Image Processing Extension

You need at least one image processing extension installed. Intervention Image supports three popular options:

Installation

Install this package with Composer.

composer require intervention/imagehash

After installation, you can start using the image hasher.

Edit