Skip to content

Instantly share code, notes, and snippets.

@OleMchls
Created January 31, 2013 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OleMchls/4687004 to your computer and use it in GitHub Desktop.
Save OleMchls/4687004 to your computer and use it in GitHub Desktop.
<?php
$url = $_SERVER['argv'][1];
echo count(json_decode(file_get_contents($url)));
@OleMchls
Copy link
Author

Call it like:

php contribscount.php https://api.github.com/repos/saltstack/salt/contributors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment