punktde/eel-htmlcrop
composer require punktde/eel-htmlcrop
Neos Eel helper for cropping string html safe
1.1.3
Readme excerpt
Neos Eel helper for HTML-safe string cropping
Currently the eelHelper uses judev/php-htmltruncator package to do the cropping.
This implementation might change in future versions.
InstallationInstall the package:
composer require punktde/eel-htmlcrop UsageThis package provides an Eel helper with the following methods:
-
HtmlCropping.cropAtWord(string $html, int $words, string $ellipsis = '…')
-
HtmlCropping.cropAtCharacter(string $html, int $chars, string $ellipsis = '…')
Read more
The same vendor provides 33 package(s).