2017 © Pedro Peláez
 

library hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

image

org_heigl/hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  • Monday, June 4, 2018
  • by heiglandreas
  • Repository
  • 5 Watchers
  • 33 Stars
  • 58,757 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 7 Forks
  • 6 Open issues
  • 21 Versions
  • 7 % Grown

The README.md

Build Latest Stable Version Total Downloads Scrutinizer Code Quality Coverage Status Stories in Ready, (*1)

This library provides TeX-Hyphenation in PHP., (*2)

Requirements:

This package has the following requirements:, (*3)

  • PHP-Version >= 7.2
  • Multibyte-Extension loaded
  • Input has to be UTF8-encoded.

On loading the \Org\Heigl\Hyphenator\Hyphenator-class the internal encoding for the Multibyte-String-Extension will be set to UTF8., (*4)

Installation:

This package is best installed via composer:, (*5)

composer require org_heigl/hyphenator

More information can be found in the doc-section, (*6)

Usage:

use \Org\Heigl\Hyphenator as h;
// Create a hyphenator-instance based on a given config-file
$hyphenator = h\Hyphenator::factory('/path/to/the/config/file.properties');

// And hyphenate a given string
echo $hyphenator->hyphenate('Hyphenation');
// Hy-phe-na-ti-on

Documentation:

More documentation can be found at http://orgheiglhyphenator.readthedocs.org/en/latest/, (*7)

Build-Status of the latest release can be found at http://travis-ci.org/#!/heiglandreas/Org_Heigl_Hyphenator, (*8)

Legal Stuff

Copyright (c) 2011-2016 Andreas Heiglandreas@heigl.org, (*9)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*10)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*11)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*12)

The Versions

04/06 2018

dev-master

9999999-dev http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • ext-mbstring *
  • php ^5.6||^7.0

 

The Development Requires

hyphenation hyphenate

04/06 2018

v2.3.2

2.3.2.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

04/06 2018

dev-fixEmptyWhitespaceTokens

dev-fixEmptyWhitespaceTokens http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

25/04 2018

v2.3.1

2.3.1.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

27/03 2018

dev-fixDocs

dev-fixDocs http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

16/02 2018

dev-optimizeReadme

dev-optimizeReadme http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

09/02 2018

v2.3.0

2.3.0.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

09/02 2018

dev-setPHP72AsDefault

dev-setPHP72AsDefault http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

27/07 2017

v2.2.0

2.2.0.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

30/03 2017

v2.1.0

2.1.0.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

30/03 2017

dev-feature/addCustomTokenizer

dev-feature/addCustomTokenizer http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

22/03 2017

dev-fixQuality

dev-fixQuality http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.6||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

20/03 2017

v2.0.6

2.0.6.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.3||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

24/01 2017

v2.0.5

2.0.5.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.3||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

24/01 2017

dev-feature/adaptToPsr4

dev-feature/adaptToPsr4 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

hyphenation hyphenate

22/08 2016

v2.0.4

2.0.4.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

hyphenation hyphenate

04/05 2016

dev-feature/adaptPhp7

dev-feature/adaptPhp7 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm

  Sources   Download

MIT

The Requires

  • php ^5.3||^7.0
  • ext-mbstring *

 

The Development Requires

hyphenation hyphenate

30/11 2015

dev-feature/AdaptTravis

dev-feature/AdaptTravis http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

hyphenation hyphenate

30/11 2015

dev-russianHyphenationPatterns

dev-russianHyphenationPatterns http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

hyphenation hyphenate

16/05 2013

v2.0.3

2.0.3.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

hyphenation hyphenate

14/06 2012

v2.0.2

2.0.2.0 http://github.com/heiglandreas/Org_Heigl_Hyphenator

Word-Hyphenation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

hyphenation hyphenate