looking4soul / urlscanner
Scan urls and report inaccessible urls.
1.0.0
2016-11-20 04:42 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:43:39 UTC
README
#Url Scanner
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.