punktde/eel-htmlcrop
最新稳定版本:1.1.3
Composer 安装命令:
composer require punktde/eel-htmlcrop
包简介
Neos Eel helper for cropping string html safe
README 文档
README
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 = '…')
统计信息
- 总下载量: 3.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-14