Libraries tagged by html sanitizer
nullaidev/hygiene
49 Downloads
Hygiene is a HTML sanitizer.
nicofff/ammonia
2 Downloads
Rust-based HTML sanitizer for PHP — wraps the ammonia crate
itools/smartstring
46163 Downloads
XSS-safe strings for PHP templates: values HTML-encode themselves on echo, interpolation, and concatenation, at least 3x faster than calling htmlspecialchars() yourself
itools/smartarray
46488 Downloads
XSS-safe collections for PHP templates: database rows with fields that HTML-encode themselves, plus chainable filtering, sorting, and grouping
ui-awesome/html-svg
21541 Downloads
Fluent, immutable SVG rendering for PHP: shapes, text, gradients, filters, masks, and sanitized inline SVG.
ui-awesome/html-helper
61950 Downloads
HTML helpers for PHP: attribute rendering, CSS class management, content encoding, sanitization, and template normalization.
burzum/cakephp-html-purifier
121605 Downloads
HtmlPurifier plugin for CakePHP
fossar/htmlawed
428541 Downloads
htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies
originphp/html
12143 Downloads
OriginPHP Html
horde/text_filter
11627 Downloads
Text filtering and conversion library
darkghosthunter/larasane
6 Downloads
Quickly and easily secure HTML text.
brainite/htmlawed
861 Downloads
htmLawed - Adjusted to use static functions for autoloading
jeffersongoncalves/laravel-npm-readme
107 Downloads
A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.
jeffersongoncalves/laravel-github-readme
118 Downloads
A Laravel package that fetches, renders and disk-caches GitHub repository READMEs. It uses conditional ETag requests with a short freshness window, reuses cached HTML on 304 responses, falls back to stale content on errors, and rewrites relative assets/links to absolute GitHub URLs. Rendered HTML is untrusted — sanitize it before display.
mefworks/html-filter
2438 Downloads
A filter to sanitize HTML.