PHPackages                             f7media/f7hyphenator - 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. f7media/f7hyphenator

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

f7media/f7hyphenator
====================

Provides a hyphenator ViewHelper to add &amp;shy; to text output

1.0.0(7mo ago)0103[1 issues](https://github.com/f7media/f7hyphenator/issues)GPL-3.0-or-laterPHP

Since Oct 1Pushed 7mo agoCompare

[ Source](https://github.com/f7media/f7hyphenator)[ Packagist](https://packagist.org/packages/f7media/f7hyphenator)[ Docs](https://f7.de)[ RSS](/packages/f7media-f7hyphenator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

[![TYPO3 compatibility](https://camo.githubusercontent.com/9884fdd1f207fa32374b8dbf96f176b75a6b51eaf9866091cf3c8bcc7096d1e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322e342d6666383730303f6d61784167653d33363030266c6f676f3d7479706f33)](https://get.typo3.org/)[![TYPO3 compatibility](https://camo.githubusercontent.com/fc47d6edb7035908e2db102ae2c05d22110b6681c21fe7ed9677bc454dbad775/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e342d6666383730303f6d61784167653d33363030266c6f676f3d7479706f33)](https://get.typo3.org/)

TYPO3 Extension `f7hyphenator`
==============================

[](#typo3-extension-f7hyphenator)

The "f7hyphenator" extension provides a ViewHelper to add `&shy;` word breakpoints based on [vanderlee/phpSyllable](https://github.com/vanderlee/phpSyllable)in Fluid.

This helps ensuring that longer words break up more nicely inside their containers when displayed in responsive layout.

Features
--------

[](#features)

- plain and simple: a Fluid ViewHelper to use wherever you need it
- Language is automatically set based on current context of rendered FE page
- Alternatively you could also use the stateless service inside php

Usage
-----

[](#usage)

```
{record.title}
{record.title}
```

Alternative **inline notation** and enchaining

```
{record.title -> f7:hyphenator()}
{record.title -> f7:hyphenator(minWordLength: 12)}
{record.title -> f7:hyphenator() -> f:format.stripTags()}
```

If needed, you could also directly **call the stateless service** directly from **PHP**:

```
use F7\F7hyphenator\Service\HyphenationService;

$hyphenatedText = HyphenationService::hyphenateString($text, $minWordLength, $minTextLength);
```

### Settings

[](#settings)

ParameterRequiredTypeDefaultDescription`minWordLength`noint0words shorter than this value won't be processed`minTextLength`noint0texts shorter than this value won't be processed at allKnown Issues
------------

[](#known-issues)

- Blacklist is currently hardcoded in `HyphenationService`
- Blacklisted words are not recognised in dash-separated words (e.g. blacklisted "TYPO3" in "TYPO3-Website")

Contact
-------

[](#contact)

For any inquiries or support requests, please contact [F7 Media GmbH](https://f7.de).

URL**Repository:****TER:**

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance62

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

229d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33aaa09425c6da7f40ec1acda921e72ff2a3bd3e3bde1c70606f99ecb074a594?d=identicon)[f7media](/maintainers/f7media)

---

Top Contributors

[![shinaio](https://avatars.githubusercontent.com/u/1822563?v=4)](https://github.com/shinaio "shinaio (3 commits)")

---

Tags

frontendtypo3

### Embed Badge

![Health badge](/badges/f7media-f7hyphenator/health.svg)

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

###  Alternatives

[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)[baschte/content-animations

TYPO3 CMS extension to have some fun and animate your content elements

2083.5k](/packages/baschte-content-animations)[in2code/powermail_cond

Add conditions (via AJAX) to powermail forms for fields and pages

10530.6k](/packages/in2code-powermail-cond)[jweiland/events2

Events 2 - Create single and recurring events

2062.4k2](/packages/jweiland-events2)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1542.7k25](/packages/quellenform-t3x-iconpack)

PHPackages © 2026

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