PHPackages                             wegmeister/hyphenator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wegmeister/hyphenator

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

wegmeister/hyphenator
=====================

Neos-Plugion of the Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm.

4.0.1(3y ago)23.5k[2 issues](https://github.com/die-wegmeister/Wegmeister.Hyphenator/issues)GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Feb 23Pushed 3y ago4 watchersCompare

[ Source](https://github.com/die-wegmeister/Wegmeister.Hyphenator)[ Packagist](https://packagist.org/packages/wegmeister/hyphenator)[ RSS](/packages/wegmeister-hyphenator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (29)Used By (0)

Wegmeister.Hyphenator
=====================

[](#wegmeisterhyphenator)

Neos-Plugion of the Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm.

Installation
------------

[](#installation)

To install the package simply run

```
composer require wegmeister/hyphenator

```

Usage
-----

[](#usage)

Add the hyphenator to the elements you want hyphenation on:

Usage via fusion:

```
prototype(Vendor.Package:Element) {
	# Add the hyphenator to a specific property only:
	property = ${q(node).property('property')}
	property.@process.hyphenate = Wegmeister.Hyphenator:Hyphenate {
		# Set locale to the locale you want to use, defaults to the current locale
		locale = 'de_DE'

		# Set forceConversion to "true" if you also want to hyphenate the text in the backend.
		forceConversion = true
	}

	# Instead of applying the hyphenator to all properties, you can hyphenate the complete element.
	# This will not hyphenate html tags:
	@process.hyphenateWholeElement = Wegmeister.Hyphenator:Hyphenate
}

```

Usage via fluid:

```
{namespace hyphenator=Wegmeister\Hyphenator\ViewHelpers}

	Text and HTML to hyphenate.

OR

{text -> hyphenator:format.hyphenate(locale: 'de_DE', force: true)}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~96 days

Recently: every ~364 days

Total

26

Last Release

1327d ago

Major Versions

1.1.1 → 2.0.02017-03-27

2.2.1 → 3.0.02021-01-11

3.0.0 → 4.0.02022-09-19

PHP version history (2 changes)1.0.0PHP &gt;=5.5.0

1.1.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/028c454abbb42f4b6e8f9d37a12857f56a8eda4be858b85185bd57a6ba512540?d=identicon)[wegmeister](/maintainers/wegmeister)

---

Top Contributors

[![Benjamin-K](https://avatars.githubusercontent.com/u/3098031?v=4)](https://github.com/Benjamin-K "Benjamin-K (66 commits)")

---

Tags

neos-pluginneoscms

### Embed Badge

![Health badge](/badges/wegmeister-hyphenator/health.svg)

```
[![Health](https://phpackages.com/badges/wegmeister-hyphenator/health.svg)](https://phpackages.com/packages/wegmeister-hyphenator)
```

###  Alternatives

[jolicode/jolitypo

Microtypography fixer for the web.

3471.1M5](/packages/jolicode-jolitypo)[sitegeist/monocle

An living-styleguide for Neos that is based on the actual fusion-code

45315.9k10](/packages/sitegeist-monocle)[sitegeist/kaleidoscope

Responsive-images for Neos

29352.4k10](/packages/sitegeist-kaleidoscope)[flowpack/listable

Tiny extension for listing things

35209.0k7](/packages/flowpack-listable)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

13990.5k24](/packages/neos-seo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
