SaaSHub helps you find the best software and product alternatives Learn more →
HTML Purifier Alternatives
Similar projects and alternatives to HTML Purifier
-
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
class-transformer
Decorator-based transformation, serialization, and deserialization between objects and classes.
-
-
-
-
-
-
-
PHP IDS
PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application
-
CommonMark PHP
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
HTML Purifier discussion
HTML Purifier reviews and mentions
-
XSS Attack - Why strip_tags is not enough
HTML Purifier
-
Is HTML purifier still being updated?
On the homepage of http://htmlpurifier.org the last update is of december 2021. I didn’t think of checking GitHub. Thanks for the info!
-
User-friendly and safe templating engine?
For HTML specifically, HTMLPurifier is pretty well known.
-
Cross-site Scripting (XSS) and ways to prevent it in PHP applications
There are several third party PHP libraries which are commonly used to assist in XSS prevention. Examples👇 HTML Purifier – here PHP Anti-XSS – here htmLawed – here
-
WYSISYG Editor Issues
You need to filter the received HTML code and remove the tags and attributes you don't allow. The easiest way to do this is to use htmlpurifier. Otherwise you have to manually cleanup the HTML by using strip_tags and maybe some xml parsing (or regex) to remove unwanted attributes.
- How to use Laraberg on the client side and avoid XSS attacks?
-
How to properly sanitise & check POST data from REST API? Which libraries can you suggest? best ways nowadays in 2022
Or HTMLPurifier.
-
Looking for a simple html sanitizer that could also filter authorized charcters to use in an article
Definitely, its one of the best http://htmlpurifier.org/
-
I might get an intern as a php dev, only used languages & web frameworks etc. What should I know?
Popular Packages & Tools - The League of Extraordinary Packages - Twig Templating engine - PHP Mailer - SwiftMailer - Flysystem file storage - PHPUnit testing - HTML Purifier
-
HTML Washer
Check out this lib: http://htmlpurifier.org/. It is widely used in the PHP World.
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Mar 2025
Stats
ezyang/htmlpurifier is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of HTML Purifier is PHP.