punktde/eel-htmlcrop

Letzte Aktivität 19 May 2020 1 3677
composer require punktde/eel-htmlcrop

Neos Eel helper for cropping string html safe

1.1.0

Version
1.1.0
Type
neos-package
Release Date
Apr 22, 2020 16:38
Source
git
Distribution
zip
Requires
  • neos/eel: *
  • judev/php-htmltruncator: ^1.0
MIT 064605651302f0987ff247105478b7cc63bd75fa

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).