chivincent / url
The URL foundation, made with FFI and libcurl
dev-main
2022-06-20 03:52 UTC
Requires
- php: ^8.1
- ext-ffi: *
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2026-03-09 23:17:10 UTC
README
The URL foundation for PHP, made with FFI and libcurl.
Requirement
- PHP >= 8.1, with FFI ext
- libcurl >= 7.65
libcurl could be installed by package manager, such as Homebrew.
For Windows User
- Download
curl-win64.zip(orcurl-win32.zipfor x86) from https://curl.se/windows/. - Unzip the archive.
- Put
bin/libcurl-x64.dll(orbin/libcurl-x86.dll) intoC:\Windows\system32.