swd/components

Components for fast development

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

This package is auto-updated.

Last update: 2024-03-31 18:17:18 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);