ph-7/html-to-text
最新稳定版本:v2.0.0
Composer 安装命令:
composer require ph-7/html-to-text
包简介
Lightweight package to convert HTML code to plain text (handy for plain text email format).
README 文档
README
A simple lightweight "HTML to Plain Text" converter 🪄
📄 Overview
Simple. Clean. Efficient. Just what you need to convert HTML code into plain text 🧹
🐘 PHP Requirement
- PHP v7.4 or newer.
🛠 Installation
composer require ph-7/html-to-text
If you don't already use composer in your project, include Composer's autoload as shown below in your main PHP index file of your project.
require __DIR__ . '/vendor/autoload.php';
🥳 Usage
use PH7\HtmlToText\Convert; $htmlCode = '<div><p><em>Some random paragraphs...</em></p></div>'; $this->html2Text = new Convert($htmlCode); $plainText = $this->html2Text->getText(); echo $plainText;
😋 Who cooked it?
Pierre-Henry Soria. A super passionate, zen & pragmatic software engineer 😊 Cheese & dark chocolate lover! 🧀🍫😋
️☕️ Are you enjoying it...? You could offer me a coffee if you wish 😋
Projects using it 🚀
⚖️ License
HTML to Text is generously distributed under MIT 🎉 Enjoy!
统计信息
- 总下载量: 7.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-18
