PHP Package: xemlock/htmlpurifier-html5

An SEO-optimized PHP library designed to sanitize and filter HTML content to ensure security and compliance. It supports HTML5 standards and offers extensive customization options for developers.

Current Version: 0.1.11
Last Updated: 2019-08-07
PHP Requirement: >=5.2
Dependencies:
htmlpurifier/htmlpurifier
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

HTMLPurifier-HTML5 is a comprehensive PHP library that provides robust sanitization and filtering mechanisms for HTML content. It ensures security by removing malicious code and enforcing compliance with HTML5 standards. With an array of customization options, developers can tailor the filtering process to suit their specific requirements, making it an indispensable tool for building secure web applications.

🔗 View on GitHub

Download Latest Version: 0.1.11

Download Download v0.1.11

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/xemlock/htmlpurifier-html5/0.1.11/loader.php';
require_once 'libs/htmlpurifier/htmlpurifier/{lib_version}/loader.php';

use HTMLPurifier_HTML5;

$obj = new ();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.