Skip to content

Commit 3d5042d

Browse files
committed
Update polyfill README
1 parent d488bcd commit 3d5042d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# URI parsing polyfill for PHP8.1+
22

3+
4+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5+
[![Latest Version](https://img.shields.io/github/release/thephpleague/uri-pollyfill.svg?style=flat-square)](https://github.com/thephpleague/uri-interfaces/releases)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/league/uri-polyfill.svg?style=flat-square)](https://packagist.org/packages/league/uri-interfaces)
7+
38
````php
49
$uri = new Uri\Rfc3986\Uri("HTTPS://ex%61mpLE.com:443/foo/../bar/./baz?#fragment");
510
$uri->toRawString(); // returns "HTTPS://ex%61mpLE.com:443/foo/../bar/./baz?#fragment"

0 commit comments

Comments
 (0)