Introduction
Glide is a wonderfully easy on-demand image manipulation library written in PHP. It’s 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
Highlights
- Adjust, resize and add effects to images using a simple HTTP based API
- Manipulated images are automatically cached and served with far-future expires headers
- Create your own image processing server or integrate Glide directly into your app.
- Supports both the GD library and the Imagick PHP extension
- Ability to secure image URLs using HTTP signatures
- Works with many different file systems, thanks to the Flysystem library
- Powered by the battle tested Intervention Image image handling and manipulation library
- Framework-agnostic, will work with any project
- Composer ready and PSR-2 compliant
Questions?
Glide was created by Jonathan Reinink. Submit issues to Github.