kisphp / page-not-finder
A tool to detect 404 pages in your web application
1.0.2
2016-09-21 07:47 UTC
Requires
- guzzlehttp/guzzle: ~6.2
- symfony/console: ~2.8|~3.0
Requires (Dev)
- fabpot/php-cs-fixer: ~1.9
- phpunit/phpunit: 4.8.*
- symfony/var-dumper: 3.0.*
This package is not auto-updated.
Last update: 2026-03-12 06:40:09 UTC
README
Requirements
To run this tool you need to have at least PHP 5.5.9 and curl
Installation
Include it in your project dev dependencies
composer require kisphp/page-not-finder --dev
Usage
To test your web applicaiton run:
vendor/bin/page-not-finder find http://www.example.com
To enable verbose mode, append -v to the command
vendor/bin/page-not-finder find http://www.example.com -v