承接 portrino/redirect-checker 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

portrino/redirect-checker

最新稳定版本:1.0.0

Composer 安装命令:

composer require portrino/redirect-checker

包简介

Automated URL redirection checker

README 文档

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

统计信息

  • 总下载量: 280
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-24