PHP code example of plimpton / guzzle-bundle

1. Go to this page and download the library: Download plimpton/guzzle-bundle 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/ */

    

plimpton / guzzle-bundle example snippets

 php
new plimpton\Bundle\GuzzleBundle\GuzzleBundle()
 php
/** @var \GuzzleHttp\Client $client */
$client   = $this->get('guzzle.client.api_crm');
$response = $client->get('/users');