Download the PHP package milqmedia/htmlpurifier without Composer
On this page you can find all versions of the php package milqmedia/htmlpurifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download milqmedia/htmlpurifier
More information about milqmedia/htmlpurifier
Files in milqmedia/htmlpurifier
Download milqmedia/htmlpurifier
More information about milqmedia/htmlpurifier
Files in milqmedia/htmlpurifier
Vendor milqmedia
Package htmlpurifier
Short Description Zend Framework 3 module that provides complete integration of HTMLPurifier library
License LGPL v 2.1+
Homepage https://github.com/milqmedia/mq-htmlpurifier
Package htmlpurifier
Short Description Zend Framework 3 module that provides complete integration of HTMLPurifier library
License LGPL v 2.1+
Homepage https://github.com/milqmedia/mq-htmlpurifier
Please rate this library. Is it a good library?
Informations about the package htmlpurifier
MQHtmlPurifier
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
All versions of htmlpurifier with dependencies
PHP Build Version
Package Version
The package milqmedia/htmlpurifier contains the following files
Loading the files please wait ....