punktde/eel-htmlcrop

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

Neos Eel helper for cropping string html safe

dev-bugfix/typo

Version
dev-bugfix/typo
Type
neos-package
Release Date
May 19, 2020 09:30
Source
git
Distribution
zip
Requires
  • neos/eel: *
  • judev/php-htmltruncator: ^1.0
MIT 0d4bd2cec0f8d974be138413129df6562299228b

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 32 package(s).