Current Matches using PHP

Fetch Cricket data Current Matches API in PHP

..

$apiley = "%APIKEY%";                                                                                $json result = file_get_contents('https://cricketdata.org/member-test.aspx#currentMatches?apikey.'&offset0&id='.$id);

..

 Replace the %APIKEY% with your Cricket Data API key 

Click on the below link and get the completely code