Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 811 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 811 Bytes

Hyphenator

A Statamic addon that provides a hyphenate modifier to add hyphens to text. Uses phpSyllable for the hyphenate logic, and currently only supports German and English.

Installation

The addon currently can only be installed from the repository, so you need to add the following line to your require list in composer.json:

"visuellverstehen/statamic-hyphenator": "dev-main"

And the following snippet to the repositories part of composer.json:

{
  "type": "vcs",
  "url": "https://github.com/visuellverstehen/statamic-hyphenator"
}

More about us

License

The MIT license (MIT). Please take a look at the license file for more information.