ucaime/xformat

快速格式化采集的站点内容

dev-master 2016-09-28 08:21 UTC

This package is not auto-updated.

Last update: 2024-06-12 18:57:06 UTC


README

#采集后文章格式处理

只实现了标签部分的清理,图片链接补全和替换将在后期增加

使用

composer require ucaime/xformat
 <?php
 include "vendor/autoload.php";
 Format::parse($html);