portrino/redirect-checker

Automated URL redirection checker

Maintainers

Package info

github.com/portrino/redirect-checker

pkg:composer/portrino/redirect-checker

Statistics

Installs: 46

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-24 14:51 UTC

This package is auto-updated.

Last update: 2026-03-24 15:45:25 UTC


README

Automated URL redirection checker

Features

  • Automate URL redirections tests for your application
  • Add origin and destination urls to ensure redirections are working properly
  • Seamless integration with your existing project
  • Simple YAML file to define tests

Installation and usage

  1. Install this component using Composer
$ composer require portrino/redirect-checker
  1. Create your yaml file
# tests/redirections/example.yml
https://google.com/services: https://www.google.com/services/
http://google.es/preferences: https://www.google.es/preferences
http://support.google.com: https://support.google.com/
  1. Run the command
$ ./bin/redirect-checker yaml tests/redirections/example.yml
$ ./bin/redirect-checker yaml tests/redirections/example-non-absolute.yml --base-url="https://www.google.com" 

Licensing Options

License