nineteenfeet/nf-html-to-text

Simple conversion of HTML to plain text

1.1 2013-07-30 12:47 UTC

This package is auto-updated.

Last update: 2024-04-14 15:54:39 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