Libraries tagged by curl post
ci/restclientbundle
597669 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
phpgt/fetch
19860 Downloads
Asynchronous HTTP client with promises.
dinke/curl-http-client
4896 Downloads
Curl based HTTP Client - Simple but effective OOP wrapper around Curl php lib. It allows sending post/get requests, using proxy, binding to specific IP, storing cookies etc.
simplon/request
56970 Downloads
Simple, straight forward request helper
othercode/rest
43371 Downloads
Rest client to make GET, POST, PUT, DELETE, PATCH, etc calls.
codezero/courier
40587 Downloads
Simple HTTP request interface with optional caching
arokettu/is-resource
10842 Downloads
Future compatible is_resource() and get_resource_type() that can understand objects that replaced earlier resources
wenpeng/curl
621 Downloads
一个轻量级的PHP网络操作类,实现GET、POST、UPLOAD、DOWNLOAD常用操作,出错自动重试,支持链式写法
birjemin/curl
2070 Downloads
一个轻量级的PHP网络操作类,实现GET、POST、PUT、DELETE常用操作,出错自动重试,支持链式写法
adrii/curl-helper
16651 Downloads
CurlHelper is a streamlined PHP utility for easy cURL usage, supporting GET, POST, PUT, and DELETE methods. It simplifies HTTP requests by offering straightforward options and header settings, making web API interactions more accessible and efficient.
yakeing/php_curl
648 Downloads
php curl class
hackerone/curl
2009 Downloads
Curl Wrapper for PHP
tojibon/web-scraper
64 Downloads
A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.
komeiji-satori/curl
1790 Downloads
一个轻量级的PHP网络操作类,实现GET、POST、UPLOAD、DOWNLOAD常用操作,出错自动重试,支持链式写法
m8rge/curl-helper
1758 Downloads
This helper allows easy perform GET, POST queries with curl php extension.