nickvergessen/phpbb-tool-trimmessage
最新稳定版本:1.3.1
Composer 安装命令:
composer require nickvergessen/phpbb-tool-trimmessage
包简介
This tool contains a class, that is able to trim a message from the phpbb message_parser to a maximum length without breaking the bbcodes/smilies and links.
README 文档
README
This tool contains a class, that is able to trim a message from the phpbb message_parser to a maximum length without breaking the bbcodes/smilies and links.
How to use
-
Add
nickvergessen/phpbb-tool-trimmessageas a composer dependency to your extension -
Use the code:
$object = new \Nickvergessen\TrimMessage\TrimMessage($message, $bbcode_uid, $length); // Ready to get parsed: echo $object->message();
How to run tests
We use Travis-CI as a continous intergtation server and phpunit for our unit testing. See more information on the phpBB development wiki.
php composer.phar install --devvendor/bin/phpunit
Requirements
- This tool requires php 5.3.3 or above. When you include this tool in your MOD, put a note about the php-version in the author notes.
- This tool does not require a specific database.
License
统计信息
- 总下载量: 8.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2014-07-06