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.
If your application uses the Symfony framework or anything that uses the HttpFoundation library, you can use the SymfonyResponseFactory.
composer require league/glide-symfony
<?php
use League\Glide\ServerFactory;
use League\Glide\Responses\SymfonyResponseFactory;
$server = ServerFactory::create([
'response' => new SymfonyResponseFactory()
]);
How can I help you explore Laravel packages today?