https://github.com/kisphp/page-not-finder
https://github.com/kisphp/page-not-finder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kisphp/page-not-finder
- Owner: kisphp
- License: mit
- Created: 2016-05-18T10:10:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T12:10:53.000Z (over 8 years ago)
- Last Synced: 2025-01-04T02:56:16.250Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Kisphp Page errors finder
[](https://travis-ci.org/kisphp/page-not-finder)
[](https://codecov.io/github/kisphp/page-not-finder?branch=master)
[](https://packagist.org/packages/kisphp/page-not-finder)
[](https://packagist.org/packages/kisphp/page-not-finder)
[](https://packagist.org/packages/kisphp/page-not-finder)
[](https://packagist.org/packages/kisphp/page-not-finder)
## 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
```php
composer require kisphp/page-not-finder --dev
```
## Usage
To test your web applicaiton run:
```php
vendor/bin/page-not-finder find http://www.example.com
```
To enable verbose mode, append `-v` to the command
```php
vendor/bin/page-not-finder find http://www.example.com -v
```