solitud / phpuri

A fork of the phpuri package. Other distros for some reason have been deleted, hence this alternative fork.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phpuri

A fork of the phpuri package. Other distros for some reason have been deleted, hence this alternative fork.

A php library for converting relative urls to absolute.

require 'phpuri.php';
echo phpUri::parse('https://www.google.com/')->join('foo');
//==> https://www.google.com/foo

Benchmark

php test.php
rel2abs:         successes -> 26, failures => 9, elapsed time: 0.001301
url_to_absolute: successes -> 32, failures => 3, elapsed time: 0.0029089999999999
phpuri:          successes -> 35, failures => 0, elapsed time: 0.002402

About

A fork of the phpuri package. Other distros for some reason have been deleted, hence this alternative fork.


Languages

Language:PHP 100.0%