league/glide
Glide is an on-demand PHP image manipulation library served over HTTP. Resize, crop, and apply effects with simple URL parameters, with automatic caching and far-future headers. Works with GD, Imagick, or libvips and Flysystem storage.
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?