We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4746eb4 + 413b066 commit d8ac292Copy full SHA for d8ac292
README.md
@@ -4,6 +4,12 @@ A PHP library for converting HTML to formatted plain text.
4
5
[](https://travis-ci.org/mtibben/html2text)
6
7
+## Installing
8
+
9
+```
10
+composer require html2text/html2text
11
12
13
## Basic Usage
14
```php
15
$html = new \Html2Text\Html2Text('Hello, "<b>world</b>"');
0 commit comments