Skip to content

JBlond/PHP-XSS-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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