swd/components

Components for fast development

Maintainers

Package info

github.com/Sawered/swd-components

pkg:composer/swd/components

Statistics

Installs: 857

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-29 00:44:50 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);