Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 360 Bytes

#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