jumshud / scanner
Scan URLs from a CSV file and report inaccessible URLs
v1.0.1
2017-03-29 09:44 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.0
Requires (Dev)
- phpunit/phpunit: ~4.3
Suggests
- league/csv: ~6.0
This package is not auto-updated.
Last update: 2025-03-29 22:59:50 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)