wuwenhan/scanurl

1.1 2016-04-26 01:20 UTC

This package is not auto-updated.

Last update: 2024-05-03 17:17:47 UTC


README

扫描一个数组url链接

Install

Composer

$ composer require wuwenhan/scanurl

Usage

$urls = [
    'http://www.apple.com',
    'http://php.net'
];
$scanner = new \wuwenhan\scanurl\src\Scanurl($urls);
print_r($scanner->getInvalidUrls());

License

The MIT License (MIT). Please see License File for more information.