curl
HTTP client library
A dependency-free wrapper of the PHP cURL extension providing a simple and convenient API for making HTTP requests.
This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
328 stars
13 watching
120 forks
Language: PHP
last commit: 3 months ago
Linked from 1 awesome list
curlhacktoberfestphp
Related projects:
Repository | Description | Stars |
---|---|---|
andhikayuana/curl-lib | A simple PHP wrapper around the cURL library for making HTTP requests and interacting with web APIs. | 3 |
anlutro/php-curl | A lightweight wrapper around PHP's curl capabilities. | 245 |
zjango/laracurl | A wrapper around Andreas Lutro's cURL class to simplify interactions with HTTP APIs. | 8 |
ixudra/curl | A custom cURL library for the Laravel framework providing an easy interface for sending HTTP requests. | 562 |
stil/curlthin | A lightweight C# wrapper around the libcurl library for making HTTP requests with support for efficient polling using libuv. | 68 |
nategood/httpful | A simple HTTP client library for PHP | 1,744 |
jeroen/curl | Provides a flexible web client with customizable HTTP/FTP/SCP requests and response processing options | 219 |
curl/curl-cheat-sheet | A resource providing detailed information on various HTTP options and settings using the curl command | 355 |
symfony/http-client | A component for fetching HTTP resources in PHP | 1,944 |
chillerlan/php-httpinterface | A PHP HTTP client implementation with support for asynchronous requests and various protocol adapters. | 11 |
kriswallsmith/buzz | A lightweight HTTP client library with support for multiple protocols and features such as batch requests and HTTP2 server push. | 1,918 |
elastic/elastic-transport-php | A PHP library for building an HTTP transport to communicate with Elastic products. | 13 |
ngyuki/composer-curl-plugin | A plugin for Composer that enables efficient and secure HTTP requests with cURL. | 5 |
fukamachi/dexador | An HTTP client library for Common Lisp with features like connection pooling and automatic redirection. | 377 |
r-lib/httr | A wrapper around curl that simplifies HTTP interactions in R, providing a standardized interface and features for modern web APIs. | 985 |