Skip to content

Instantly share code, notes, and snippets.

@azhurb
Created July 28, 2014 12:47
Show Gist options
  • Select an option

  • Save azhurb/07b0645e6e518555903e to your computer and use it in GitHub Desktop.

Select an option

Save azhurb/07b0645e6e518555903e to your computer and use it in GitHub Desktop.
Soap API example
<?php
require "StalkerSoapClient.php";
$client = new StalkerSoapClient();
$info = $client->GetAccountInfo(array('stb_mac' => '00:1A:79:01:01:01', 'login' => '1'));
var_dump($info);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment