milqmedia/htmlpurifier
最新稳定版本:1.2
Composer 安装命令:
composer require milqmedia/htmlpurifier
包简介
Zend Framework 3 module that provides complete integration of HTMLPurifier library
README 文档
README
MQHtmlPurifier is a module that integrates the HTMLPurifier filter library with Zend Framework 2.
Installation
- Add
"repositories": [ { "type": "vcs", "url": "https://github.com/milqmedia/MQHtmlPurifier" }]to yourcomposer.jsonfile. - Add
"milqmedia/mq-htmlpurifier": "dev-master"to yourcomposer.jsonfile and runphp composer.phar update. - Add
MQHtmlPurifierto yourconfig/application.config.phpfile under themoduleskey.
Configuration
MQHtmlPurifier has sane defaults out of the box but offers optional configuration via the mqhtmlpurifier configuration key.
`config` - passed directly to the HTMLPurifier class.
- Added `Cache.SerializerPath` and set the default cache folder to data/cache/htmlpurifier
Active by default.
Fork
This module is a fork of DevmonkHtmlPurifier by DevMonkCom. Updated, changed and enhanced by Milq Media.
#testing
统计信息
- 总下载量: 5.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL
- 更新时间: 2014-11-27