modernphp/scanner

Scan an array of URLs and report inaccessible URLs

Installs: 346

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 1

Forks: 9

Open Issues: 3

pkg:composer/modernphp/scanner

1.0.0 2014-10-29 23:14 UTC

This package is not auto-updated.

Last update: 2025-10-07 20:46:29 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 \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.