From 63a120a594e736b682385af65379b00d29f7397b Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 27 Nov 2013 21:55:52 -0700 Subject: [PATCH] Add Stringy to Text and Numbers Category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b0d470..50f7d81 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library. * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings. * [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library. +* [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support. * [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers. * [Math](https://github.com/moontoast/math) - A library for working with large numbers. * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.