░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/html2text
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: README.md
# Html2Text A PHP library for converting HTML to formatted plain text. [](https://github.com/mtibben/html2text/actions/workflows/ci.yml) ## Installing ``` composer require html2text/html2text ``` ## Basic Usage ```php $html = new \Html2Text\Html2Text('Hello, "<b>world</b>"'); echo $html->getText(); // Hello, "WORLD" ``` ## History This library started life on the blog of Jon Abernathy http://www.chuggnutt.com/html2text A number of projects picked up the library and started using it - among those was RoundCube mail. They made a number of updates to it over time to suit their webmail client. Now it has been extracted as a standalone library. Hopefully it can be of use to others.
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 src/
DIR
—
2026-02-11 01:44
📄 composer.json
JSON
546 B
2026-02-11 01:44
EDIT
📄 lib.php
PHP
1.6 KB
2026-02-11 01:44
EDIT
📄 README.md
MD
795 B
2026-02-11 01:44
EDIT
📄 readme_moodle.txt
TXT
377 B
2026-02-11 01:44
EDIT