Libraries tagged by php sanitize
enshrined/svg-sanitize
48635641 Downloads
An SVG sanitizer for PHP
elegantweb/sanitizer
1141666 Downloads
Sanitization library for PHP and the Laravel framework.
allejo/php-vcr-sanitizer
685970 Downloads
Bring privacy to php-vcr by excluding API keys, passwords, and credentials from your recordings
rhukster/dom-sanitizer
3090636 Downloads
A simple but effective DOM/SVG/MathML Sanitizer for PHP 7.4+
htmlawed/htmlawed
1302277 Downloads
Official htmLawed PHP library for HTML filtering
abcaeffchen/sepa-utilities
2112037 Downloads
SepaUtilities provides useful methods for validating and sanitizing inputs used in SEPA files supporting PHP >= 8.1.
phlib/xss-sanitizer
199254 Downloads
PHP XSS sanitizer tool for HTML
mathiasreker/php-svg-optimizer
12420 Downloads
php-svg-optimizer is a PHP library designed to optimize SVG files by applying various transformations and cleanup operations.
surgiie/transformer
26920 Downloads
A data transforming/formatting package for php.
spaze/phpinfo
48917 Downloads
Extract phpinfo() output into a variable, sanitize sensitive values, and move inline styles to external CSS.
ondrej-vrto/php-filename-sanitize
25783 Downloads
Removes all forbidden characters from the file name or path.
phpsanitization/phpsanitization
2123 Downloads
Modern PHP Sanitization Library
ui-awesome/html-svg
15148 Downloads
Fluent, immutable SVG rendering for PHP: shapes, text, gradients, filters, masks, and sanitized inline SVG.
ui-awesome/html-helper
53637 Downloads
HTML helpers for PHP: attribute rendering, CSS class management, content encoding, sanitization, and template normalization.
itools/smartstring
14159 Downloads
XSS-safe strings for PHP templates: values HTML-encode themselves on echo, interpolation, and concatenation, at least 2.5x faster than calling htmlspecialchars() yourself