Skip to content

Instantly share code, notes, and snippets.

@jonathanmaron
Last active October 23, 2018 10:31
Show Gist options
  • Save jonathanmaron/616f40e956c8b6de108a639b0b348b05 to your computer and use it in GitHub Desktop.
Save jonathanmaron/616f40e956c8b6de108a639b0b348b05 to your computer and use it in GitHub Desktop.
<?php
use TxTextControl\ReportingCloud\ReportingCloud;
$reportingCloud = new ReportingCloud([
'api_key' => Helper::apiKey(),
]);
var_dump($reportingCloud->getAccountSettings());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment