wm-oleksii / curl-client
HTTP client on top of curl-impersonate
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/wm-oleksii/curl-client
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