remiheens / http-status-checker
CLI tool to check HTTP Status for an URL or a set of URL
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/remiheens/http-status-checker
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: 2025-10-11 23:54:07 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.