<?php
$data = file_get_contents("http://link");
$json = json_decode($data, true);
?>
<table>
<?php foreach($json["MatchLiveInfoEvents"] as $veri){ ?>
   <tr>
            <td><?=$veri[0]?></td>
   </tr>
<?php } ?>