PHP Package: tgalopin/html-sanitizer

HTML Sanitizer library for PHP that ensures clean and safe user input handling with SEO benefits.

Current Version: 1.5.0
Last Updated: 2021-12-15
PHP Requirement: >=7.1
Dependencies: None

Package Description

The HTML Sanitizer library by tgalopin is a powerful tool designed to sanitize and filter HTML content, providing a secure environment for handling user input while maintaining SEO optimization and enhancing website performance. With a wide range of features and customization options, this library enables developers to safeguard their applications against malicious code injections and ensure compliance with modern web security standards. Embrace the future of web development with the HTML Sanitizer library and unlock a new level of protection and performance for your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.5.0

Download Download v1.5.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/tgalopin/html-sanitizer/1.5.0/loader.php';
use Tgalopin\HtmlSanitizer\SanitizerBuilder;
use Tgalopin\HtmlSanitizer\Sanitizer;

$obj = new SanitizerBuilder();
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.