No description
Find a file
2026-07-07 13:00:24 -04:00
lib Fix remaining PHP 7.1 failures 2026-07-07 08:24:21 -04:00
polyfill Fix remaining PHP 8.4 failures 2026-07-07 07:11:32 -04:00
scripts Fix remaining PHP 8.4 failures 2026-07-07 07:11:32 -04:00
tests Add documentation 2026-07-07 11:45:24 -04:00
vendor-bin/phpunit Add documentation 2026-07-07 11:45:24 -04:00
.gitignore Test parseragainst WPT tests 2026-06-30 15:51:44 -04:00
composer.json Composer file tweaks 2026-07-07 12:00:15 -04:00
composer.lock Add documentation 2026-07-07 11:45:24 -04:00
docker-compose.yaml Adjust syntax for PHP 7.1 2026-07-06 23:17:57 -04:00
LICENSE First draft of a WHATWG URL parser 2026-06-29 12:44:35 -04:00
README.md Include Packagist and repository URLs in documentation 2026-07-07 13:00:24 -04:00

URI extension polyfill

A polyfill for the PHP URI extension introduced in PHP 8.5. All features as of PHP 8.5.8 are replicated.

Features

  • Compatibility back to PHP 7.1
  • Passes all urltestdata.json Web Platform tests
  • Passes most PHP tests (see Differences below)
  • Requires no PHP extensions

Differences

Availability

The polyfill is available on Packagist as mensbeam/uri, with source code available on my personal repository and mirrored on Codeberg.