looking4soul/urlscanner
Composer 安装命令:
composer require looking4soul/urlscanner
包简介
Scan urls and report inaccessible urls.
README 文档
README
#Url Scanner
Scan urls and report inaccessible urls.
##Install
Via Composer
$ composer require looking4soul/urlscanner
##Usage
<?php require 'vendor/autoload.php'; $urls = [ 'http://www.baidu.com', 'http://www.apple.com', 'http://www.bad_link.com', ]; $s = new \Looking4soul\UrlScanner\UrlScanner($urls); print_r($s->getInvalidUrls());
##Testing
$ composer test
##Security
If you discover any security related issues, please email x.mail.i@qq.com instead of using the issue tracker.
##Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
##Credits
##License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-20