URL Scanner

扫描一个数组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.