swd/components

Components for fast development

Installs: 799

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/swd/components

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

This package is auto-updated.

Last update: 2026-01-29 02:56:19 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);