ddliu / normurl
v0.1.1
2014-11-05 10:15 UTC
This package is auto-updated.
Last update: 2024-09-13 22:23:23 UTC
README
标准化URL.
功能
- 解析相对URL
- 移除锚点
- 移除点段
- 将协议和主机名转换为小写(待办)
安装
composer require ddliu\normurl
用法
use ddliu\normurl\Url; echo Url::normalize('../hello/world.html', 'http://example.com/about/index.html'); // http://example.com/hello/world.html
许可证
MIT
本项目基于 url_to_absolute,由 David R. Nadeau 开发。