An open API service indexing awesome lists of open source software.

https://github.com/trylife/yii2-xss

yii2 xss filter asset
https://github.com/trylife/yii2-xss

Last synced: about 2 months ago
JSON representation

yii2 xss filter asset

Awesome Lists containing this project

README

          

yii2 xss
========
yii2 xss filter

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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 :

```php
= \trylife\yii2Xss\XssAsset::register($this); ?>
```