kisphp/page-not-finder

A tool to detect 404 pages in your web application

Installs: 232

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:application

1.0.2 2016-09-21 07:47 UTC

This package is not auto-updated.

Last update: 2024-05-08 22:23:25 UTC


README

Build Status codecov.io

Latest Stable Version Total Downloads License Monthly Downloads

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