Download the PHP package athoshun/html-filter without Composer
On this page you can find all versions of the php package athoshun/html-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download athoshun/html-filter
More information about athoshun/html-filter
Files in athoshun/html-filter
Download athoshun/html-filter
More information about athoshun/html-filter
Files in athoshun/html-filter
Vendor athoshun
Package html-filter
Short Description Remove tags or attributes based on a whitelist from a snippet of well-formatted HTML text using PHP's DOM library
License BSD
Homepage https://github.com/attilammagyar/html-filter
Package html-filter
Short Description Remove tags or attributes based on a whitelist from a snippet of well-formatted HTML text using PHP's DOM library
License BSD
Homepage https://github.com/attilammagyar/html-filter
Please rate this library. Is it a good library?
Informations about the package html-filter
HTMLFilter
Remove tags or attributes based on a whitelist from a snippet of somewhat well-formatted HTML text using PHP's DOM library.
Example:
Output:
Installation
Installation is possible via Composer. Create a file named
composer.json
in your project directory with the following contents:
{
"require": {
"athoshun/html-filter": "2.0.*"
}
}
Then as a normal user, issue the following commands:
$ curl http://getcomposer.org/installer | php
$ php composer.phar install
All versions of html-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-mbstring Version *
ext-mbstring Version *
The package athoshun/html-filter contains the following files
Loading the files please wait ....