HTML Transformer
No security coverage
This module provides a way to transform HTML content using a chain of plugins. Each plugin modifies the HTML document in a specific way.
Utility for transforming HTML via a series of plugins. Each plugin operates on a document, changing it in some way.
Note:The 2.0.x branch uses the \Dom\HTMLDocument class and requires PHP 8.4+. The 1.0.x branch uses the older \DOMDocument class. The two versions are otherwise identical.