typo3/html-sanitizer
Standards-based HTML sanitizer for PHP with safe, configurable cleaning of untrusted markup. Remove dangerous tags/attributes, normalize output, and allow whitelisting policies for links, images, and formatting—ideal for user content, CMS, and APIs.
Architecture fit: The package is a standalone PHP library with no framework-specific dependencies, making it highly compatible with Laravel's architecture. It operates at the data processing layer (pre-rendering), aligning with Laravel's security practices (e.g., Blade escaping) but offering more gran
How can I help you explore Laravel packages today?