catpow/simple-broken-link-finder 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

catpow/simple-broken-link-finder

最新稳定版本:v0.0.3

Composer 安装命令:

composer require catpow/simple-broken-link-finder

包简介

Check broken links in html and php files, not perfect but fast

README 文档

README

So simple broken link finder.

Can't recognize is in comment or not. Can't resolve dynamic url. Ignore external link. Ignore url param.

But fast.

How To Use

require_once(__DIR__.'/vendor/autoload.php');

$broken_links=Catpow\SimpleBrokenLinkFinder\SimpleBrokenLinkFinder::search(__DIR__.'/public_html');

foreach($broken_links as $broken_link_uri=>$pages){
  printf("%s was missing in %s\n",$broken_link_uri,implode(' and ',$pages));
}

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-24