From 1d55c3788f6af9746a305be94186ce1fc7a511d5 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Wed, 8 Mar 2017 10:43:33 +0100 Subject: [PATCH] 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.*