Laracurl
cURL wrapper
A wrapper around Andreas Lutro's cURL class to simplify interactions with HTTP APIs.
8 stars
3 watching
3 forks
Language: PHP
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
anlutro/php-curl | A lightweight wrapper around PHP's curl capabilities. | 245 |
andhikayuana/curl-lib | A simple PHP wrapper around the cURL library for making HTTP requests and interacting with web APIs. | 3 |
ixudra/curl | A custom cURL library for the Laravel framework providing an easy interface for sending HTTP requests. | 562 |
php-mod/curl | A dependency-free wrapper of the PHP cURL extension providing a simple and convenient API for making HTTP requests. | 328 |
josephp91/curlcpp | An object-oriented C++ wrapper around the cURL tool | 631 |
jadulled/googleapi-laravel | A Laravel package providing a wrapper around the Google API v3 interface | 4 |
stil/curlthin | A lightweight C# wrapper around the libcurl library for making HTTP requests with support for efficient polling using libuv. | 68 |
ziglibs/zgl | A thin, type-safe binding for OpenGL | 425 |
jeroen/curl | Provides a flexible web client with customizable HTTP/FTP/SCP requests and response processing options | 219 |
r-lib/httr | A wrapper around curl that simplifies HTTP interactions in R, providing a standardized interface and features for modern web APIs. | 985 |
jpbarrette/curlpp | C++ wrapper around libcURL for convenient and safe HTTP transfer and manipulation | 1,679 |
marlersoft/zigwin32 | Provides a set of bindings for the Windows API in Zig programming language | 264 |
zedgr/pychallonge | Provides Python bindings for the CHALLONGE! API to interact with tournaments and participants. | 45 |
curl/curl-cheat-sheet | A resource providing detailed information on various HTTP options and settings using the curl command | 355 |
ilyalesik/react-fetch-hook | Provides a convenient way to use the Fetch API in React applications | 349 |