looking4soul/urlscanner

Scan urls and report inaccessible urls.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/looking4soul/urlscanner

1.0.0 2016-11-20 04:42 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:17:24 UTC


README

#Url Scanner

Software License

Scan urls and report inaccessible urls.

##Install

Via Composer

$ composer require looking4soul/urlscanner

##Usage

<?php
require 'vendor/autoload.php';

$urls = [
	'http://www.baidu.com',
	'http://www.apple.com',
	'http://www.bad_link.com',
];
$s = new \Looking4soul\UrlScanner\UrlScanner($urls);
print_r($s->getInvalidUrls());

##Testing

$ composer test

##Security

If you discover any security related issues, please email x.mail.i@qq.com instead of using the issue tracker.

##Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

##Credits

##License

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