igithub14 / scanner

Scan array of URLs and report inaccessible URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Scanner

Scan an array of URLs and report inaccessible URLs

Install

Via Composer

$ composer require modernphp/scanner

Usage

$urls = [
    'http://www.apple.com',
    'http://php.net',
    'http://sdfssdwerw.org'
];
$scanner = new \Oreilly\ModernPHP\Url\Scanner($urls);
print_r($scanner->getInvalidUrls());

Testing

Tests unavailable.

Contributing

Please see CONTRIBUTING for details.

Credits

License

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

About

Scan array of URLs and report inaccessible URLs

License:MIT License


Languages

Language:PHP 100.0%