Category "htmlpurifier"

htmlpurifier - How to escape self closing tags?

I have noticed that when passing html string to htmlpurifier, it replaces all self closing tags either by open and closing tags or by just open tags example Be

Laravel mews/purifier - How to escape special charcters?

I am using a laravel html purifier package for purifying my rich text from any xss before storing in database. But my rich text allows for Wiris symbols which u

What is the best php library to convert html to plain text from email?

I have been testing 2 different PHP libraries (html2text & htmlpurifier) to convert html email to plain text. The problem is that none of them are formatti