From 1d55c3788f6af9746a305be94186ce1fc7a511d5 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Wed, 8 Mar 2017 10:43:33 +0100 Subject: [PATCH 1/3] Adds Hyphenation-library This PR adds a hyphenation-library to the list of string-libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 031f39c..875763d 100644 --- a/README.md +++ b/README.md @@ -638,6 +638,7 @@ Libraries to help manage database schemas and migrations. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs. +* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm ## Numbers *Libraries for working with numbers.* From cfb45778263097d5624563884c398293c091ce6f Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Tue, 6 Feb 2024 17:28:07 +0200 Subject: [PATCH 2/3] Sorting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 875763d..d6cf136 100644 --- a/README.md +++ b/README.md @@ -628,6 +628,7 @@ Libraries to help manage database schemas and migrations. * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours. * [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings. * [Hoa String](https://github.com/hoaproject/Ustring) - Another UTF-8 string library. +* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing. * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets). * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings. @@ -638,7 +639,6 @@ Libraries to help manage database schemas and migrations. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs. -* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm ## Numbers *Libraries for working with numbers.* From 8a8b1e95423ab02515cd4cac19e1386d18ea42ba Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Tue, 6 Feb 2024 17:32:13 +0200 Subject: [PATCH 3/3] Fix conflict --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60151a1..9a64ab1 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,8 @@ Libraries to help manage database schemas and migrations. * [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect. * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library. +* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colors. +* [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings. * [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing. * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).