jblond/php-xss-filter

PHP XSS Filter

1.1 2019-03-01 13:54 UTC

This package is auto-updated.

Last update: 2024-04-09 00:32:01 UTC


README

Code Climate SensioLabsInsight Codacy Badge

PHP-XSS-Filter

Install

composer require jblond/php-xss-filter

Example

	require './xss_filter.class.php';
	$xss = new xss_filter();
	$string = '<iframe>blah';
	$string = $xss->filter_it($string );
	echo $string;

Contribute

Open a PR, open an issue