Libraries tagged by curl delete
ci/restclientbundle
596774 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
othercode/rest
43285 Downloads
Rest client to make GET, POST, PUT, DELETE, PATCH, etc calls.
birjemin/curl
2039 Downloads
一个轻量级的PHP网络操作类,实现GET、POST、PUT、DELETE常用操作,出错自动重试,支持链式写法
adrii/curl-helper
16591 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.
hackerone/curl
2008 Downloads
Curl Wrapper for PHP
amirasaran/yii2-curl
4666 Downloads
Create Rest Request (POST,GET,PUT,DELETE,...)
prolix/restclientbundle
807 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
juanchosl/curlclient
58 Downloads
A small, lightweight utility to perform curl calls using GET, POST, PUT, PACTH, DELETE, HEAD, TRACE, OPTIONS methods...
sientifica/curl
8 Downloads
This is a simple cURL library to dispatch HTTP GET, POST, PUT and DELETE request, easily.
assasin/curl-request
3 Downloads
Send your self-defined HTTP request to somewhere,and you do not care anything else
rickj/restclientbundle
519 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
hadesker/request
29 Downloads
Make request http cross site
beriyack/apiclient
3 Downloads
Une bibliothèque PHP simple et efficace pour interagir avec des API RESTful, conçue pour simplifier vos requêtes HTTP (GET, POST, PUT, DELETE).
httpurl/httpurl
18 Downloads
easy http url in PHP. (get, post, put, delete for both 'curl' and 'file_get_content')
hunnomad/ravendb
0 Downloads
This class provides a simple interface for interacting with a RavenDB database using HTTP requests. It supports basic operations such as `PUT`, `GET`, `QUERY`, and `DELETE` for managing documents within a RavenDB instance. The class utilizes cURL for making HTTP requests and expects a PEM file for SSL certificate verification.