nineteenfeet / nf-html-to-text
Simple conversion of HTML to plain text
Installs: 247 291
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-14 16:49:24 UTC
README
#NFHtmlToText
Simplistic conversion of HTML to plain text
##Usage
$htmlToText = new \NF\HtmlToText(); $textString = $htmlToText->convert($htmlString);
Installation
Installation via composer:
php composer.phar require nineteenfeet/nf-html-to-text 1.*
For more information have a look at composer docs