1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-09-16 09:06:27 +02:00

hoaproject/String is deprecated now

This is because the new reserved keyword in PHP7 -> string
This commit is contained in:
Stéphane HULARD
2015-08-17 15:42:02 +02:00
parent 96712524d7
commit 5fe852f9c1

2
php.md
View File

@@ -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.