woofmang / scanner
Scan an array of URLs and report inaccessible URLs (from Josh Lockhart's Modern PHP)
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/woofmang/scanner
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.0
Requires (Dev)
- phpunit/phpunit: ~4.3
Suggests
- league/csv: Lets you quickly parse URLs from CSV data into an array
This package is not auto-updated.
Last update: 2025-11-09 07:03:56 UTC
README
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 \Woofmang\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.