Adds Hyphenation-library

This PR adds a hyphenation-library to the list of string-libraries
This commit is contained in:
Andreas Heigl 2017-03-08 10:43:33 +01:00 committed by GitHub
parent 89fcef4b1f
commit 1d55c3788f
1 changed files with 1 additions and 0 deletions

View File

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