Skip to content

Instantly share code, notes, and snippets.

<?php
require 'vendor/autoload.php';
use GuzzleHttp\Client;
$f3 = Base::instance();
$f3->address = 'http://rdmserver:9001/raw';
$f3->authtoken = 'pa55word';