Skip to content

Instantly share code, notes, and snippets.

@rubensayshi
Created September 8, 2012 18:31
Show Gist options
  • Save rubensayshi/3678382 to your computer and use it in GitHub Desktop.
Save rubensayshi/3678382 to your computer and use it in GitHub Desktop.
try this
<?php
use GW2Spidy\TradeMarket;
require dirname(__FILE__) . '/../config/config.inc.php';
require dirname(__FILE__) . '/../autoload.php';
$market = TradeMarket::getInstance();
var_dump($market->getMarketData());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment