antstudiocz/redirect-checker

0.0.1 2016-10-19 22:15 UTC

This package is not auto-updated.

Last update: 2024-04-17 18:37:18 UTC


README

Simple tool for checking if your http redirects work as you want.

Installation

$ composer require antstudiocz/redirect-checker

Register DI extension:

extensions: 
    - Ant\RedirectChecker\DI\RedirectCheckerExtension

Add configuration:

parameters: 
    redirect-checker:
        file: app/config/redirects.neon

Create file for example:

redirects:
    "https://www.antstudio.cz": http://www.antstudio.cz

Usage

$ php index.php app:redirect-checker:run