From 463fdeee29aa216886c900559064ac9c1860a92a Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 14 Nov 2013 13:54:02 -0800 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index e24fb132..26cbb99f 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -161,6 +161,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library. * [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information. * [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. ## Testing *Libraries for testing codebases and generating test data.*