2017 © Pedro Peláez
 

library website-links-validator

Validate links from a given website.

image

bepsvpt/website-links-validator

Validate links from a given website.

  • Saturday, March 5, 2016
  • by BePsvPT
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Website Links Validator

Build Status codecov.io StyleCI, (*1)

Validate links from a given website., (*2)

Table of Contents

Installation

composer require bepsvpt/website-links-validator

Usage

<?php

$result = Bepsvpt\WebsiteLinksValidator\Validator::validate('https://www.google.com/', $config = []);

Or you can execute the validator from terminal, the result will save to result.json at current directory, (*3)

php validate.php

Use -h argument to show the usage., (*4)

Config

name description default value
deep how deep it should validate 3
timeout the http timeout seconds 10.0

Testing

Note: The testing need a web server on localhost:8000 to complete the testing, the easiest way is using php built-in web server, (*5)

php -S localhost:8000 -t ./tests/public

After service a web server, using phpunit to run the testing, (*6)

phpunit

License

Laravel Security Header is licensed under The MIT License (MIT)., (*7)

The Versions

05/03 2016

dev-master

9999999-dev

Validate links from a given website.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar BePsvPT

url validator validate link uri checker

04/03 2016

v0.1.0

0.1.0.0

Validate links from a given website.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar BePsvPT

url validator validate link uri checker