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

This package is not auto-updated.

Last update: 2023-02-06 21:37:19 UTC


README

Build Status

MQHtmlPurifier is a module that integrates the HTMLPurifier filter library with Zend Framework 2.

Installation

  1. Add "repositories": [ { "type": "vcs", "url": "https://github.com/milqmedia/MQHtmlPurifier" }] to your composer.json file.
  2. Add "milqmedia/mq-htmlpurifier": "dev-master" to your composer.json file and run php composer.phar update.
  3. Add MQHtmlPurifier to your config/application.config.php file under the modules 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