trylife / yii2-xss
yii2 xss filter
0.1.10
2016-09-29 03:25 UTC
Requires
- bower-asset/xss: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-22 23:43:02 UTC
README
yii2 xss filter
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist trylife/yii2-xss "*"
or add
"trylife/yii2-xss": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \trylife\yii2Xss\XssAsset::register($this); ?>