ucaime/xformat

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

Maintainers

Package info

github.com/ucaime/xformat

pkg:composer/ucaime/xformat

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-02 03:55:35 UTC


README

#采集后文章格式处理

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

使用

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