From 9a4ae2dbf6601ce2407ca9b0e6b5a7f5d8cbd4a6 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 6 Feb 2015 23:44:13 -0700 Subject: [PATCH] Add Glide. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424c11f..92c5d93 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images. * [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images. * [Color Extractor](https://github.com/php-loep/color-extractor) - A library for extracting colours from images. +* [Glide](https://github.com/thephpleague/glide) - An on-demand image manipulation library. ## Testing *Libraries for testing codebases and generating test data.*