milqmedia / htmlpurifier
This package is abandoned and no longer maintained.
No replacement package was suggested.
Zend Framework 3 module that provides complete integration of HTMLPurifier library
1.2
2016-11-07 16:10 UTC
Requires
- php: >=7.0
- zendframework/zendframework: ^3.0
This package is not auto-updated.
Last update: 2023-02-06 21:37:19 UTC
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.json
file. - Add
"milqmedia/mq-htmlpurifier": "dev-master"
to yourcomposer.json
file and runphp composer.phar update
. - Add
MQHtmlPurifier
to yourconfig/application.config.php
file under themodules
key.
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