#NFHtmlToText
Simplistic conversion of HTML to plain text
##Usage
$htmlToText = new \NF\HtmlToText();
$textString = $htmlToText->convert($htmlString);
Installation via composer:
php composer.phar require nineteenfeet/nf-html-to-text 1.*
For more information have a look at composer docs