Exemplo n.º 1
0
 static function getGuzzle()
 {
     // create on demand
     if (self::$guzzle == null) {
         self::$guzzle = new \GuzzleHttp\Client();
     }
     return self::$guzzle;
 }