From 5fe852f9c1c3f072361d35b59dddaadc138ba267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20HULARD?= Date: Mon, 17 Aug 2015 15:42:02 +0200 Subject: [PATCH] hoaproject/String is deprecated now This is because the new reserved keyword in PHP7 -> string --- php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.md b/php.md index 85c9ea9..48bfe9c 100644 --- a/php.md +++ b/php.md @@ -44,7 +44,7 @@ This list contains PHP libraries related to web scraping and data processing * General * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter 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. + * [Hoa String](https://github.com/hoaproject/Ustring) - Another UTF-8 string library. * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support. * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours. * [Text](https://github.com/kzykhys/Text) - A text manipulation library.