https://github.com/rgglez/yii-htmlpurifier
Yii 1.1 extension for HTML Purifier (extends CHtmlPurifier).
https://github.com/rgglez/yii-htmlpurifier
extension filter htmlpurifier php yii
Last synced: about 1 month ago
JSON representation
Yii 1.1 extension for HTML Purifier (extends CHtmlPurifier).
- Host: GitHub
- URL: https://github.com/rgglez/yii-htmlpurifier
- Owner: rgglez
- License: mit
- Created: 2023-04-17T05:46:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T06:06:11.000Z (about 3 years ago)
- Last Synced: 2025-04-08T17:54:14.790Z (about 1 year ago)
- Topics: extension, filter, htmlpurifier, php, yii
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii-htmlpurifier
[](https://opensource.org/licenses/MIT)



[Yii](https://yiiframework.com) 1.1 extension for [HTML Purifier](http://htmlpurifier.org/), extending the
default CHtmlPurifier from the framework. It allows to embed HTML/Javascript
code from several online services (see the filters directory). You can add your
own filters by following the code of some of the included filters.
## Usage
Clone the repository (or unzip the file you downloaded) inside your extensions
directory.
## License
Copyright (c) 2026 Rodolfo González González.
Read the LICENSE file.