Description
Applications running on PHP 8.2 can clean up, repair, and inspect HTML markup. This runtime extension is useful for CMS tools, importers, email template processing, validators, and migration scripts that handle imperfect documents. It is dependency-only and has no separate launcher; PHP code calls Tidy functions when enabled. HTML from users or remote pages still needs sanitization because tidying markup is not the same as removing unsafe content.