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';
If you want a Framework specific version, the following adapters are available. Note, these adapters automatically include the base library (league/glide), so you don't need to require both.
composer require league/glide-cake
composer require league/glide-laravel
composer require league/glide-slim
composer require league/glide-symfony
composer require league/glide-zend
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?