webuni/commonmark-bundle
最新稳定版本:0.2.1
Composer 安装命令:
composer require webuni/commonmark-bundle
包简介
The table extension for CommonMark PHP implementation
README 文档
README
Symfony bundle that integrates the league/commonmark markdown parser.
Installation
This project can be installed via Composer:
composer require webuni/commonmark-bundle
Add WebuniCommonMarkBundle to your application kernel
// app/AppKernel.php public function registerBundles() { return array( // ... new Webuni\Bundle\CommonMarkBundle\WebuniCommonMarkBundle(), // ... ); }
Defined DI Tags
This bundle handles the following Dependency Injection Tags:
webuni_commonmark.extension: To add a implementation of League\CommonMark\Extension\ExtensionInterface to the default environment.
To add the CommonMark Table Extension add the following to your app/config/sculpin_services.yml:
# app/config/sculpin_services.yml services: app.commonamrk_table_extension: class: Webuni\CommonMark\TableExtension\TableExtension tags: - name: webuni_commonmark.extension
统计信息
- 总下载量: 27.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-16