We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
require_once 'vendor/autoload.php'; use HubID\HubAPI; function hubid() { static $hubid; if ($hubid) { return $hubid; } $config = [ 'private_key' => '', 'public_key' => '', 'hubUrl' => 'https://id.hubculture.com', ]; return (new HubAPI($config)); }
There was an error while loading. Please reload this page.