The URL foundation, made with FFI and libcurl

dev-main 2022-06-20 03:52 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:38:14 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

  1. Download curl-win64.zip (or curl-win32.zip for x86) from https://curl.se/windows/.
  2. Unzip the archive.
  3. Put bin/libcurl-x64.dll (or bin/libcurl-x86.dll) into C:\Windows\system32.