PHPackages                             packagefactory/hyphenate - 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. packagefactory/hyphenate

ActiveNeos-package

packagefactory/hyphenate
========================

Hyphenation for Neos

1.1.3(4y ago)42.2k1[1 issues](https://github.com/PackageFactory/hyphenate/issues)GPL-3.0PHP

Since Aug 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PackageFactory/hyphenate)[ Packagist](https://packagist.org/packages/packagefactory/hyphenate)[ RSS](/packages/packagefactory-hyphenate/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

PackageFactory.Hyphenate
========================

[](#packagefactoryhyphenate)

> Fusion Wrapper for [phpSyllable](https://github.com/vanderlee/phpSyllable)

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

[](#installation)

PackageFactory.Hyphenate is available via packagist. Just add `"packagefactory/hyphenate" : "~1.0.0"`to the require-section of the composer.json or run `composer require packagefactory/hyphenate`.

Usage
-----

[](#usage)

### Text

[](#text)

Just use the `PackageFactory.Hyphenate:HyphenateText` Fusion object as a processor on the fusion value that should be hyphenated.

```
someFusionValue = 'Grund­stücks­ver­kehrs­ge­neh­mi­gungs­zu­stän­dig­keits­über­tra­gungs­ver­ord­nung'
someFusionValue.@process.hyphenate = PackageFactory.Hyphenate:HyphenateText {
  locale = 'de'
}

```

### HTML

[](#html)

Similar to text elements you can use `PackageFactory.Hyphenate:HyphenateHtml` for HTML elements.

```
someFusionHtml.@process.hyphenate = PackageFactory.Hyphenate:HyphenateHtml {
  locale = 'de'
}

```

Neos CMS integration example
----------------------------

[](#neos-cms-integration-example)

You can easily activate hyphenation for all Neos CMS text- and headline nodetypes with following Fusion code:

```
prototype(Neos.NodeTypes:Text) {
  text.@process.hyphenate = PackageFactory.Hyphenate:HyphenateHtml
}

prototype(Neos.NodeTypes:Headline) {
  title.@process.hyphenate = PackageFactory.Hyphenate:HyphenateHtml
}

```

Parameters
----------

[](#parameters)

**locale** (string) : Reference to the language in which the given string will be hyphenated (Have a look at  for a reference of available languages)

**threshold** (integer, default = 0) : Minimum amount characters a word needs to have, before it is being hyphenated.

License
-------

[](#license)

see [LICENSE file](LICENSE)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~473 days

Total

4

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1159e78bff9c03cc5ed626447ca5072097107f58af459a9b8bac8d933ba8298c?d=identicon)[wilhelm.behncke](/maintainers/wilhelm.behncke)

![](https://www.gravatar.com/avatar/829b4ccb51e8cff3c1e4b59d60cfe8d1b86f6d77fc31a6b3fc99227f432542ca?d=identicon)[mficzel](/maintainers/mficzel)

---

Top Contributors

[![grebaldi](https://avatars.githubusercontent.com/u/2522299?v=4)](https://github.com/grebaldi "grebaldi (4 commits)")[![dlubitz](https://avatars.githubusercontent.com/u/13046100?v=4)](https://github.com/dlubitz "dlubitz (3 commits)")[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (3 commits)")[![mstruebing](https://avatars.githubusercontent.com/u/12071529?v=4)](https://github.com/mstruebing "mstruebing (3 commits)")

---

Tags

fusionhyphenationneoscms

### Embed Badge

![Health badge](/badges/packagefactory-hyphenate/health.svg)

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

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

116989.0k671](/packages/neos-neos)[neos/fusion-afx

JSX inspired compact syntax for Neos.Fusion

26940.5k53](/packages/neos-fusion-afx)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[neos/fusion-form

Fusion Form

19724.3k31](/packages/neos-fusion-form)[flowpack/searchplugin

Plugin for search integration via content node

24257.5k1](/packages/flowpack-searchplugin)[neos/media

The Media package

101.1M45](/packages/neos-media)

PHPackages © 2026

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