Download the PHP package swd/components without Composer
On this page you can find all versions of the php package swd/components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package components
Using HTMLDistiller
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);
All versions of components with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-libxml Version *
ext-dom Version *
ext-libxml Version *
ext-dom Version *
The package swd/components contains the following files
Loading the files please wait ....