lia / lia_hyphenator
TYPO3 extension wrapping PHP word hyphenation using the TeX hyphenation algorithm for accurate text formatting.
Installs: 163
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- org_heigl/hyphenator: ^3.1.0
- typo3/cms-core: ^12.4|^13.4
Requires (Dev)
- phpunit/phpunit: ^10.5
- t3docs/fluid-documentation-generator: ^4.4
- typo3/coding-standards: ^0.8.0
- typo3/testing-framework: ^8.0.9
Replaces
- lia/lia-hyphenator: 1.1.0
README
Installation: Can be installed via composer:
composer req lia/lia_hyphenator
Contributing
File a bug or feature-request
Bugs can be reported using the GitHub Issues tab.
Running tests
Test can be run via composer-scripts
composer update && composer test