Libraries tagged by php curl http
kristian-tan/http-client
4 Downloads
Synchronous HTTP client for php. Only a simple abstraction over php's curl and file_get_contents API. Compatible with very old PHP (e.g.: php5)
krishnan/http-client
0 Downloads
Simple HTTP client for PHP
kidol/curl
1 Downloads
Object orientated wrapper for the PHP cURL extension.
idetinkin/php-curl-parser
0 Downloads
Transform the curl command to the PHP Curl Object or Curl resource.
havrylenko93/curl-http-client
5 Downloads
Simple curl http client
easy-curl/easy-curl
6 Downloads
most easy curl class of the PHP cURL extension.
dackou/http
9 Downloads
dackou php curl
ardzz/http-request
34 Downloads
Module http-request, untuk mempermudah keperluan cURL pada PHP
ngsoft/curl
25 Downloads
A wrapper around PHP Curl
marius321967/php-curl-class
14 Downloads
PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.
dcarbone/curl-file-header-extractor
16 Downloads
Utility to extract headers from PHP CURL to file request.
curlphp/httpcurl
149 Downloads
PHP cURL library for server side request.
wdforge/php-multi-curl
22 Downloads
A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.
samluvanda/http-client
0 Downloads
A lightweight PHP HTTP client powered by cURL, offering retries, flexible headers, and fluent response parsing.
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.