Download the PHP package robquistnl/simplehtmltotext without Composer
On this page you can find all versions of the php package robquistnl/simplehtmltotext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download robquistnl/simplehtmltotext
More information about robquistnl/simplehtmltotext
Files in robquistnl/simplehtmltotext
Download robquistnl/simplehtmltotext
More information about robquistnl/simplehtmltotext
Files in robquistnl/simplehtmltotext
Vendor robquistnl
Package simplehtmltotext
Short Description A Simple PHP Class to transform HTML to Text
License MIT
Homepage https://github.com/RobQuistNL/SimpleHtmlToText
Package simplehtmltotext
Short Description A Simple PHP Class to transform HTML to Text
License MIT
Homepage https://github.com/RobQuistNL/SimpleHtmlToText
Please rate this library. Is it a good library?
Informations about the package simplehtmltotext
SimpleHtmlToText
A simple PHP class for transforming HTML to plain text (e.g. for emails)
Installation
Install using composer (composer require robquistnl/simplehtmltotext
).
Usage
Returns:
Supported tags
Currently only a few basic tags are supported, and no CSS is checked.
br
hr
h1
,h2
,h3
,h4
,h5
,h6
table
,tr
,td
,th
(Very basic support)b
,strong
,u
,i
,em
a
Simple support;<a href="http://example.org">Click here</a>
becomesClick here (http://example.org)
img
Simple support;<img src="http://example.org/image.jpg">
becomes`` and
becomes
(title)``ul
,ol
,li
,dd
,dt
All versions of simplehtmltotext with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package robquistnl/simplehtmltotext contains the following files
Loading the files please wait ....