jumshud/scanner
Composer 安装命令:
composer require jumshud/scanner
包简介
Scan URLs from a CSV file and report inaccessible URLs
README 文档
README
Scan URLs from a CSV file and report inaccessible URLs
Installation composer require jumshud/scanner
USAGE $urls = [ 'http://www.apple.com', 'http://php.net', 'http://sdfssdwerw.org' ]; $scanner = new \Oreilly\ModernPHP\Url\Scanner($urls); print_r($scanner->getInvalidUrls());
LICENSE The MIT License (MIT)
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-29