kisphp / page-not-finder
A tool to detect 404 pages in your web application
Installs: 233
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:application
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: 2024-11-07 00:43:10 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