Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 20, 2014 02:08
Show Gist options
  • Save bmarshall511/c376637c857f8ebbdc16 to your computer and use it in GitHub Desktop.
Save bmarshall511/c376637c857f8ebbdc16 to your computer and use it in GitHub Desktop.
<?php
$api = new Mozscape_API_Class( 'accessId', 'secretKey' );
$url_metrics = json_decode($api->urlMetrics( 'http://www.benmarshall.me', 133714411517 ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment