jblond/php-xss-filter

PHP XSS Filter

Maintainers

Package info

github.com/JBlond/PHP-XSS-Filter

pkg:composer/jblond/php-xss-filter

Statistics

Installs: 131

Dependents: 0

Suggesters: 0

Stars: 18

Open Issues: 0

1.1 2019-03-01 13:54 UTC

This package is auto-updated.

Last update: 2026-03-09 04:46:51 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