Download the PHP package punktde/eel-htmlcrop without Composer
On this page you can find all versions of the php package punktde/eel-htmlcrop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download punktde/eel-htmlcrop
More information about punktde/eel-htmlcrop
Files in punktde/eel-htmlcrop
Download punktde/eel-htmlcrop
More information about punktde/eel-htmlcrop
Files in punktde/eel-htmlcrop
Vendor punktde
Package eel-htmlcrop
Short Description Neos Eel helper for cropping string html safe
License MIT
Package eel-htmlcrop
Short Description Neos Eel helper for cropping string html safe
License MIT
Please rate this library. Is it a good library?
Informations about the package eel-htmlcrop
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.
Installation
Install the package:
composer require punktde/eel-htmlcrop
Usage
This 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 = '…')
All versions of eel-htmlcrop with dependencies
PHP Build Version
Package Version
The package punktde/eel-htmlcrop contains the following files
Loading the files please wait ....