youthweb/bbcode-parser
最新稳定版本:1.7.1
Composer 安装命令:
composer require youthweb/bbcode-parser
包简介
BBCode-to-HTML parser
关键字:
README 文档
README
A BBCode-to-HTML parser for youthweb.net
Install
Via Composer
$ composer require youthweb/bbcode-parser
Usage
use Youthweb\BBCodeParser\Manager; $text = '[h1]Hello World![/h1] This is a [i]simple[/i] test to demonstrate the [b]BBCodeParser[/b].'; $parser = new Manager(); $config = ['parse_headlines' => true]; echo $parser->parse($text, $config); // "<h1>Hello World!</h1> // <p>This is a <i>simple</i> test to demonstrate the <b>BBCodeParser</b>.</p>"
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
$ vendor/bin/phpunit
Contributing
Please feel free to submit bugs or to fork and sending Pull Requests.
License
GPL3. Please see License File for more information.
统计信息
- 总下载量: 8.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2016-04-22