nineteenfeet/nf-html-to-text

Simple conversion of HTML to plain text

Maintainers

Package info

github.com/19FT/NFHtmlToText

Homepage

pkg:composer/nineteenfeet/nf-html-to-text

Statistics

Installs: 335 583

Dependents: 1

Suggesters: 0

Stars: 6

Open Issues: 0

1.1 2013-07-30 12:47 UTC

This package is auto-updated.

Last update: 2026-03-14 20:15:37 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