The URL foundation for PHP, made with FFI and libcurl.
- PHP >= 8.1, with FFI ext
- libcurl >= 7.65
libcurl
could be installed by package manager, such as Homebrew.
- Download
curl-win64.zip
(orcurl-win32.zip
for x86) from https://curl.se/windows/. - Unzip the archive.
- Put
bin/libcurl-x64.dll
(orbin/libcurl-x86.dll
) intoC:\Windows\system32
.