Skip to content

fatzh/ehyphen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ehyphen

Simple Yii Extension to wrapp for the phpHyphenation library

This is a very basic wrapper for the phpHyphenator library (http://phphyphenator.yellowgreen.de/). It is based on the JavaScript Hyphenator by Mathias Nater.

Requirements

Only tested with Yii 1.1.12, but should work with previous versions as well.

You must download the phpHyphenator archive from http://phphyphenator.yellowgreen.de/ and unzip it inside the extension directory.

Usage

$hyphen = Yii::createComponent('application.extensions.eHyphen.EHyphen');

$article = $hyphen->hyphenation($article);

About

Simple Yii Extension to wrapp for the phpHyphenation library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published