Skip to content

Instantly share code, notes, and snippets.

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