jumshud/scanner

Scan URLs from a CSV file and report inaccessible URLs

v1.0.1 2017-03-29 09:44 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:52:12 UTC


README

Scan URLs from a CSV file and report inaccessible URLs

Installation composer require jumshud/scanner

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

LICENSE The MIT License (MIT)