Libraries tagged by PHP cURL
lineten/php-curl-client
2442 Downloads
A very simple and lightweight cURL helper for PHP
kofel/curling
10 Downloads
Library for smart HTTP requests. It wrapps php_curl.
kajna/curli
19 Downloads
Object-Oriented interface for PHP cUrl extension
fwartner/curl
210 Downloads
Custom PHP Curl library for the Laravel 5 framework - developed by Ixudra forked by fwartner
dzlzh/curl
26 Downloads
PHP cURL
dcarbone/curl-file-header-extractor
16 Downloads
Utility to extract headers from PHP CURL to file request.
chillerlan/php-curl
10153 Downloads
A tiny cURL wrapper. PHP 7+
bensquire/curl
287 Downloads
A simple PHP curl wrapper.
easyops-cn/phpcurl
3129 Downloads
wdforge/php-multi-curl
22 Downloads
A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.
ropendev/curl
6430 Downloads
PHP POO cURL wrapper (PSR friendly) : light and simple.
nivekaa/fast-curly
12 Downloads
built a faster curl using a native CURL php function
nichin79/curl-php
35 Downloads
Basic curl class for PHP
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
mohiwalla/php-fetch
12 Downloads
A PHP utility for customizable fetch requests with support for HTTP methods, headers, body, timeout, and SSL verification, handling input validation and cURL errors.