wpsocio/telegram-format-text
最新稳定版本:v1.0.1
Composer 安装命令:
composer require wpsocio/telegram-format-text
包简介
HTML to Text converter/formatter for Telegram Bot API
README 文档
README
HTML to Text converter/formatter for Telegram Bot API
Inspired by thephpleague/html-to-markdown.
Usage
composer require wpsocio/telegram-format-text
require_once __DIR__ . '/autoload.php'; $html = 'Some html here'; $options = [ 'format_to' => 'Markdown', ]; $converter = new \WPSocio\TelegramFormatText\HtmlConverter( $options ); // The text is now safe to be sent to Telegram $text = $converter->convert( $html );
Requirements
PHP >= 8.0
统计信息
- 总下载量: 204
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2024-01-24