burzum / cakephp-html-purifier

This is a CakePHP wrapper for the HTML Purifier lib. The plugin includes a trait, a view helper, a behavior and a shell to clean your markup wherever you like, in the view or in the model layer or clean any table and field using the shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you add a composer.json for installation?

jsposato opened this issue · comments

Example might look like this:

{
"name": "burzum/cakephp-html-purifier",
"type": "cakephp-plugin",
"description": "HtmlPurifier plugin for cakePHP",
"license": "proprietary",
"authors": [
{
"name": "NAME",
"email": "EMAIL"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
}

Added, let me know if there are any issues with it.