PHP code example of rp76 / guzzle
1. Go to this page and download the library: Download rp76/guzzle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
rp76 / guzzle example snippets
$client = new \Rp76\Guzzle\Client(); // make new instance
$request = new \GuzzleHttp\Psr7\Request('GET', 'https://rp76.ir');
return $client->easySend($request); // get body of response