julabo/yourls_require_protocol
Composer 安装命令:
composer require julabo/yourls_require_protocol
包简介
Advanced protocol validation for original URLs in YOURLS.
README 文档
README
Require Protocol is a YOURLS plugin that ensures original URLs have a valid protocol — and can optionally enforce HTTPS.
Features
- Enforces presence of a protocol (
http://orhttps://) - Optional: Automatically add
http://when no protocol is present - Optional: Automatically add
https://when no protocol is present - Optional: Allow only HTTPS
- Optional: Automatically upgrade
http://→https:// - Consistent error messages in the YOURLS admin
- Requires YOURLS 1.10.4+
Installation
- Download or clone the repository
- Copy the folder to
user/plugins/yourls-require-protocol/ - In YOURLS Admin: Activate the plugin
Configuration
All settings can be found at the top of plugin.php.
Allow only HTTPS
define('REQP_REQUIRE_HTTPS', true);
Automatically upgrade http:// to https://
define('REQP_UPGRADE_TO_HTTPS', true);
When no protocol is present: automatically add http://
define('REQP_AUTO_ADD_HTTP', true);
When no protocol is present: automatically add https://
define('REQP_AUTO_ADD_HTTPS', true);
Note: If both REQP_AUTO_ADD_HTTPS and REQP_AUTO_ADD_HTTP are set to true, https:// takes precedence.
Examples
| Input | Setting | Result |
|---|---|---|
| example.com | REQP_AUTO_ADD_HTTPS = true | https://example.com |
| example.com | REQP_AUTO_ADD_HTTP = true | http://example.com |
| example.com | REQP_AUTO_ADD_HTTPS = true, REQP_AUTO_ADD_HTTP = true | https://example.com |
| http://example.com | REQP_UPGRADE_TO_HTTPS = true | https://example.com |
| http://example.com | REQP_REQUIRE_HTTPS = true | Error |
| example.com | no auto-fix option | Error |
License
This project is licensed under the MIT License - see the LICENSE file for full license text.
Support
For issues, feature requests, or contributions, please visit the GitHub repository.
julabo/yourls_require_protocol 适用场景与选型建议
julabo/yourls_require_protocol 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 julabo/yourls_require_protocol 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 julabo/yourls_require_protocol 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-11