Download the PHP package vulcanphp/easycurl without Composer
On this page you can find all versions of the php package vulcanphp/easycurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vulcanphp/easycurl
More information about vulcanphp/easycurl
Files in vulcanphp/easycurl
Download vulcanphp/easycurl
More information about vulcanphp/easycurl
Files in vulcanphp/easycurl
Vendor vulcanphp
Package easycurl
Short Description Easy Curl is a helper class for PHP that make the HTTP requests easier
License MIT
Package easycurl
Short Description Easy Curl is a helper class for PHP that make the HTTP requests easier
License MIT
Please rate this library. Is it a good library?
Informations about the package easycurl
Easy Curl for PHP
Easy Curl is a helper class for PHP that make the HTTP requests easier
Installation
It's recommended that you use Composer to install PHP Easy Curl
PHP Easy Curl Basic Usage
Usage of PHP Easy Curl Response
Quick Usage
Available Methods to EasyCurl Driver
- send(string $url, array $params = []): ICurlResponse
- get(string $url, array $params = []): ICurlResponse
- post(string $url, array $params = []): ICurlResponse
- put(string $url, array $params = []): ICurlResponse
- patch(string $url, array $params = []): ICurlResponse
- delete(string $url, array $params = []): ICurlResponse
- setOption(int $key, mixed $value): ICurlDriver
- setOptions(array $options): ICurlDriver
- setUseragent(string $useragent): ICurlDriver
- setHeader(string $key, string $value): ICurlDriver
- setHeaders(array $headers): ICurlDriver
- setCookieFile(string $filepath): ICurlDriver
- setDownloadFile(string $filepath, bool $override = false): ICurlDriver
- setPostFields(mixed $fields): ICurlDriver
- setProxy(array $proxy): ICurlDriver
Note: You can call these every methods statically when creating a Easy Curl Instance.
and you can also call every set methods without (set) word, EX: EasyCurl::option() is equal to EasyCurl::setOption()
All versions of easycurl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-curl Version >=7.4
ext-curl Version >=7.4
The package vulcanphp/easycurl contains the following files
Loading the files please wait ....