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 a wonderfully easy on-demand image manipulation library written in PHP. Its straightforward API is exposed via HTTP, similar to cloud image processing services like Imgix and Cloudinary. Glide leverages powerful libraries like Intervention Image (for image handling and manipulation) and Flysystem (for file system abstraction).

© Photo Joel Reynolds
Full documentation can be found at glide.thephpleague.com.
Glide is available via Composer:
$ composer require league/glide
Glide has a PHPUnit test suite. To run the tests, run the following command from the project folder:
$ phpunit
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
If you discover any security related issues, please email jonathan@reinink.ca instead of using the issue tracker.
The MIT License (MIT). Please see LICENSE for more information.
How can I help you explore Laravel packages today?