remiheens / http-status-checker
CLI tool to check HTTP Status for an URL or a set of URL
1.0.1
2016-04-28 14:02 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
- illuminate/support: ^5.1
- symfony/console: ^2.7
This package is not auto-updated.
Last update: 2024-11-09 19:20:01 UTC
README
This repository provide a CLI tool to check HTTP status for a set of URL. You can test if the redirection provides you a specific code, if the location is in a right scheme, etc.
Install
Via Composer
composer global require remiheens/http-status-checker
Usage
Test a redirection
http-status-checker test http://github.com 302 https
Test a HTTP Code
http-status-checker test https://github.com/404 404
Test a set of URL
http-status-checker scan sample.list
Be sure, to have separate fields with tabulation.
It outputs a line per link found.
When check is finished a summary will be shown.
Security
If you discover any security related issues, please email github@remiheens.fr instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.