wm-oleksii / curl-client
There is no license information available for the latest version (1.2.1) of this package.
HTTP client on top of curl-impersonate
1.2.1
2025-04-11 12:18 UTC
Requires
- php: ^8.1|^8.2
- guzzlehttp/psr7: ^2.5.1
- illuminate/process: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- psr/http-client: ^1.0
Requires (Dev)
- nunomaduro/collision: v6.x-dev
- nunomaduro/phpinsights: dev-master
- phpunit/phpunit: ^10.1|^11.0
README
Used pre-compiled binaries
Pre-compiled binaries
Pre-compiled binaries for Linux and macOS (Intel) are available at the GitHub releases page. Before you use them you need to install nss (Firefox's TLS library) and CA certificates:
- Ubuntu - sudo apt install libnss3 nss-plugin-pem ca-certificates
- Red Hat/Fedora/CentOS - yum install nss nss-pem ca-certificates
- Archlinux - pacman -S nss ca-certificates
- macOS - brew install nss ca-certificates