mvccore/ext-view-helper-truncate

MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.

v5.0.0 2021-01-18 13:42 UTC

This package is auto-updated.

Last update: 2024-04-17 17:54:09 UTC


README

Latest Stable Version License PHP Version

Truncate plain text or text with html tags by given max. characters number and add three dots at the end.

Installation

composer require mvccore/ext-view-helper-truncate

Example

<b><?php echo $this->Truncate('Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 27); ?></b>
<b>Lorem ipsum dolor sit amet...</b>