Scan URLs from a CSV file and report inacessible URLs

v1.0.0 2025-06-02 10:13 UTC

This package is auto-updated.

Last update: 2025-06-02 10:27:19 UTC


README

Latest Version on Packagist Software License

This component scans urls through a csv file to check which accepts OPTIONS request.

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

src/
tests/

Install

Via Composer

$ composer require jorgefernandes/scanner

Usage

$url = [
'https://google.com',
'https://facebook.com',
'https://apple.com',
];

$scanner = new \Jorgefernandes\ModernPHP\Url\Scanner($url);
print_r($scanner->getInvalidUrl());

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

No avaliable tests

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.