Download the PHP package jackyban/urlscanner without Composer
On this page you can find all versions of the php package jackyban/urlscanner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package urlscanner
Urlscanner
从传入包含url的数组进行扫描并报告不可访问的URL
- 支持传入url数组返回有效链接
- 支持传入单条url验证有效性
- 也可以支持从CSV文件扫描URL,但须加载额外的插件
league/csv
,已经包含在composer.json
里。 非必须加载,但是要自己解析成数组再传入进行验证。
安装说明
推荐使用composer
安装,使用composer
能更好的控制版本
composer require jackyban/urlsanner
也可以使用git方式
git clone https://github.com/jackyban/urlscanner.git
使用说明
首先需要引入composer
自动加载类,如果使用git或其它方式,可能需要手动添加autoload.php
或者自己写自动加载。
大部分框架都支持自动加载,这里推荐使用lavaral
;
返回所有不可访问的链接:
返回所有可访问的链接:
验证单条链接有效性:
从url数组里取出一条可访问的链接:
All versions of urlscanner with dependencies
PHP Build Version
Package Version
The package jackyban/urlscanner contains the following files
Loading the files please wait ....