jumshud/scanner

Scan URLs from a CSV file and report inaccessible URLs

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jumshud/scanner

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

This package is not auto-updated.

Last update: 2025-10-26 02:09:44 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)