pierreminiggio / html-trimmer
There is no license information available for the latest version (1.0.0) of this package.
Trim HTML
1.0.0
2021-03-07 21:35 UTC
Requires
- php: ^7.4.0 || ^8.0.0
- paquettg/php-html-parser: ^2.2
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-11-08 05:25:57 UTC
README
Remove HTML Tags and Content from string.
Installation :
Add to your "repositories" key in your composer.json file :
{
"type": "vcs",
"url": "https://github.com/pierreminiggio/html-trimmer"
}
Install using composer :
composer require pierreminiggio/html-trimmer