jblond/php-xss-filter

PHP XSS Filter

Installs: 131

Dependents: 0

Suggesters: 0

Security: 0

Stars: 18

Watchers: 7

Forks: 13

Open Issues: 0

pkg:composer/jblond/php-xss-filter

1.1 2019-03-01 13:54 UTC

This package is auto-updated.

Last update: 2025-10-09 03:54:57 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