protasevich/messages-handler
Composer 安装命令:
composer require protasevich/messages-handler
包简介
A magical tool that will make it easy to handle chat messages
README 文档
README
A magical tool that will make it easy to handle chat messages
Install
$ composer require protasevich/messages-handler
Using
<?php use Protasevich\MessagesHandler; class App { public function execute($content) { $messagesHandler = new MessagesHandler(); return $messagesHandler->prepareLinks($content); } }
Possibilities
- Replace text links with real HTML note
Testing
$ php vendor/bin/phpunit
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2021-09-19