bootjp / crawler
Web pages 404 and soft 404 checker
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/bootjp/crawler
Requires
- guzzlehttp/guzzle: 5.x.x
This package is not auto-updated.
Last update: 2020-01-24 16:16:24 UTC
README
Now Beta2 Version relese.
Makeing now...
How To Use
- Use composer
- You do not know composer?
- OK, GO to page => https://getcomposer.org/
- You do not know composer?
Introduction
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
or
$ composer install
Use Ex.
$ php wrapper.php --url=https://bootjp.me or $ php wrapper.php --url=https://bootjp.me --recursion=false
-> https://bootjp.me/ is root on the contents link check
$ php wrapper.php --url=https://bootjp.me --recursion=true
-> https://bootjp.me/ is on the contents link all check
Use docker images
dockerImage is hire -> https://hub.docker.com/r/bootjp/crawler
docker pull bootjp/crawler docker run bootjp/crawler php wrapper.php --url=https://bootjp.me --recursion=false --auth=username:password
Basic Auth
$ php wrapper.php --url=https://bootjp.me --recursion=false --auth=username:password