https://github.com/kurozumi/htmlpurifier
This plug-in integrates HTMLPurifier into EC-CUBE4.
https://github.com/kurozumi/htmlpurifier
eccube eccube4 html-purifier
Last synced: over 1 year ago
JSON representation
This plug-in integrates HTMLPurifier into EC-CUBE4.
- Host: GitHub
- URL: https://github.com/kurozumi/htmlpurifier
- Owner: kurozumi
- License: mit
- Created: 2021-06-19T06:11:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T11:41:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T21:51:19.438Z (over 1 year ago)
- Topics: eccube, eccube4, html-purifier
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTMLPurifier for EC-CUBE4
This plug-in integrates [HTMLPurifier](http://htmlpurifier.org/) into [EC-CUBE4.0](https://github.com/EC-CUBE/ec-cube).
## Installation
Install the plugin:
```bash
$ composer require exercise/htmlpurifier-bundle
$ git clone git@github.com:kurozumi/HTMLPurifier.git app/Plugin
$ bin/console e:p:i --code HTMLPurifier
$ bin/console e:p:e --code HTMLPurifier
```
or
```bash
$ bin/console eccube:composer:require exercise/htmlpurifier-bundle
$ git clone git@github.com:kurozumi/HTMLPurifier.git app/Plugin
$ bin/console e:p:i --code HTMLPurifier
$ bin/console e:p:e --code HTMLPurifier
```