Download the PHP package rothkj1022/php-xss-sanitizer without Composer
On this page you can find all versions of the php package rothkj1022/php-xss-sanitizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rothkj1022/php-xss-sanitizer
More information about rothkj1022/php-xss-sanitizer
Files in rothkj1022/php-xss-sanitizer
Download rothkj1022/php-xss-sanitizer
More information about rothkj1022/php-xss-sanitizer
Files in rothkj1022/php-xss-sanitizer
Vendor rothkj1022
Package php-xss-sanitizer
Short Description PHP XSS Sanitizer uses HTMLPurifier to recursively clean up get, post, and files arrays to protect your application.
License MIT
Package php-xss-sanitizer
Short Description PHP XSS Sanitizer uses HTMLPurifier to recursively clean up get, post, and files arrays to protect your application.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-xss-sanitizer
php-xss-sanitizer
PHP XSS Sanitizer uses HTMLPurifier to recursively clean up get, post, and files arrays to protect your application.
Features:
- Recursively sanitizes $_GET, $_POST, $_FILES, or any other php array
- Option to sanitize file names if passing the $_FILES array
- Set any HTMLPurifier config parameters you want to use
Written by: Kevin Roth - https://kevinroth.com
License
Released under the MIT license - http://opensource.org/licenses/MIT
Requirements
- PHP >= 5.4
Installation
Run the following command in your command line shell in your php project
Done.
Getting started
Example usage with composer
Example usage without composer
See example.php
Changelog
Version 1.0.0
- Initial version
All versions of php-xss-sanitizer with dependencies
PHP Build Version
Package Version
The package rothkj1022/php-xss-sanitizer contains the following files
Loading the files please wait ....