Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created December 6, 2014 05:00
Show Gist options
  • Save usualoma/b2b27f147da64fe716be to your computer and use it in GitHub Desktop.
Save usualoma/b2b27f147da64fe716be to your computer and use it in GitHub Desktop.
<?php
$data = file_get_contents('https://example.com/mt/mt-data-api.cgi/v1/sites/1/entries');
$entries = json_decode($data);
foreach ($entries as $e) {
// Do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment