Wallogit.com
2017 © Pedro Peláez
Normalize URL
Normalize URL., (*1)
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, (*2)
This project is based on url_to_absolute by David R. Nadeau., (*3)