league/glide
Glide is an on-demand PHP image manipulation library with an HTTP API. Resize, crop, and apply effects, then cache results with far-future headers. Works with GD, Imagick, or libvips, integrates with Flysystem, and can sign URLs for security.
Glide is available on Packagist and can be installed using Composer. This can be done by running the following command:
composer require league/glide
Be sure to also include the Composer autoload file in your project:
<?php
require 'vendor/autoload.php';
This project is also available for download as a .zip file on GitHub. Visit the releases page, select the version you want, and click the "Source code (zip)" download button.
How can I help you explore Laravel packages today?