2017 © Pedro Peláez
 

library scanner

Scan an array of URLs and report inaccessible URLs (from Josh Lockhart's Modern PHP)

image

woofmang/scanner

Scan an array of URLs and report inaccessible URLs (from Josh Lockhart's Modern PHP)

  • Wednesday, April 5, 2017
  • by woofmang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

URL Scanner

Scan an array of URLs and report inaccessible URLs, (*1)

Install

Via Composer, (*2)

``` bash $ composer require modernphp/scanner, (*3)


## Usage ``` php $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., (*4)

Contributing

Please see CONTRIBUTING for details., (*5)

Credits

License

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

The Versions

05/04 2017

dev-master

9999999-dev http://shop.oreilly.com/product/0636920033868.do

Scan an array of URLs and report inaccessible URLs (from Josh Lockhart's Modern PHP)

  Sources   Download

MIT

The Requires

 

The Development Requires

csv url scanner

05/04 2017

v1.0.0

1.0.0.0 http://shop.oreilly.com/product/0636920033868.do

Scan an array of URLs and report inaccessible URLs (from Josh Lockhart's Modern PHP)

  Sources   Download

MIT

The Requires

 

The Development Requires

csv url scanner