Search by

An implementation of the PHP URI extension for older PHP versions

1.0.0 2026-07-07 12:00 UTC

This package is auto-updated.

Last update: 2026-09-07 17:20:54 UTC


README

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.