为不含 pecl_http 的项目提供 http_build_url() 的功能。
This package is deprecated and no longer maintained. Please move off it.
I wrote this in 2014 to provide http_build_url() without the pecl_http
extension. PHP 8.5 now ships a built-in URI API that does the same job, so
there's no reason to keep depending on this. Known bugs in this package, like joining a path
onto a URL with a trailing slash stripping every "a" from it
(#25), won't be
fixed.
…
On older PHP, combine parse_url() and http_build_query(), or use a URI
library such as league/uri.
Released versions stay on Packagist, so existing installs keep working.
MIT. See LICENSE.
暂无开放 Issues,或尚未同步最近议题。