Download the PHP package muffinweb/tinycurl without Composer
On this page you can find all versions of the php package muffinweb/tinycurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download muffinweb/tinycurl
More information about muffinweb/tinycurl
Files in muffinweb/tinycurl
Download muffinweb/tinycurl
More information about muffinweb/tinycurl
Files in muffinweb/tinycurl
Vendor muffinweb
Package tinycurl
Short Description cURL easfier for PHP development process
License Unlicense
Package tinycurl
Short Description cURL easfier for PHP development process
License Unlicense
Please rate this library. Is it a good library?
Informations about the package tinycurl
tinyCURL
tinyCURL is cURL easfier tool for PHP development
Installation
Use composer to install tinyCURL.
Usage
//Composer Autoload
require './../vendor/autoload.php';
use Muffinweb\tinyCURL;
use Muffinweb\tinyCURLException;
try {
$curl = new tinyCURL();
$curl->get('https://ntv.com.tr')->render();
} catch (tinyCURLException $e){
echo $e->getMessage();
}
All versions of tinycurl with dependencies
PHP Build Version
Package Version
The package muffinweb/tinycurl contains the following files
Loading the files please wait ....