Kit-UrlParser
Kit-UrlParser copied to clipboard
RFC 3986 compliant url parsing library with PSR-7 Uri component
Results
2
Kit-UrlParser issues
Sort by
recently updated
recently updated
newest added
I have a problem with an array in query params. Example: ```php $url = 'https://example.localhost/?fields[articles]=title'; $uri = new Uri($url, UriParser::MODE_UTF8); ``` Error: ``` InvalidArgumentException /Kit-UrlParser/src/Uri.php:54 ``` I have no influence...
> Deprecated: strlen(): Passing null to parameter `#1` ($string) of type string is deprecated in /vendor/Kit-UrlParser/src/Uri.php on line 411