Skip to content

Instantly share code, notes, and snippets.

@oneberto
Created April 26, 2017 23:11
Show Gist options
  • Save oneberto/340f9138768853600530fc447691b1dc to your computer and use it in GitHub Desktop.
Save oneberto/340f9138768853600530fc447691b1dc to your computer and use it in GitHub Desktop.
<?php
require 'Googl.class.php';
$googl = new Googl('AIzaSyCVsWgHS-CwrjIPjW0FpIDAQ6NLZz-I_Mg');
echo $googl->shorten('http://www.mensagens.club');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment