punktde/eel-htmlcrop

Last activity 19 May 2020 1 3670
composer require punktde/eel-htmlcrop

Neos Eel helper for cropping string html safe

1.1.3

Version
1.1.3
Type
neos-package
Release Date
May 19, 2020 09:33
Source
git
Distribution
zip
Requires
  • neos/eel: *
  • judev/php-htmltruncator: ^1.0
MIT f0ffd6dd9fcc95856473613ce6d985a807eab36e

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.

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 = '…')


Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 33 package(s).