wuwenhan/scanurl

扫描url

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/wuwenhan/scanurl

1.1 2016-04-26 01:20 UTC

This package is not auto-updated.

Last update: 2025-12-13 01:38:41 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.