Skip to content

Instantly share code, notes, and snippets.

@cemk
Last active September 23, 2018 11:26
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 cemk/8829dacd4fd5ae26e232cdbc3c768ec4 to your computer and use it in GitHub Desktop.
Save cemk/8829dacd4fd5ae26e232cdbc3c768ec4 to your computer and use it in GitHub Desktop.
doviz.com API Proxy
<?php
header('Content-Type: application/json');
echo file_get_contents("https://www.doviz.com/api/v1/currencies/all/latest");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment