Search by

swd / components

Sawered

Components for fast development

v1.3.2 2023-10-02 17:04 UTC

This package is auto-updated.

Last update: 2026-08-29 01:34:55 UTC


README

    use Swd\Component\Utils\Html\Distiller;
    $distiller =  new Distiller();
    // you can remove tags that you not need or add yours
    $distiller->setAllowedTags(Distiller::$common_tags);
    $clean_html =  $distiller->process($html);