işinize yarayabilir diye düşündüm
fonksiyonumuz;
<?php
function GG_L($link)
{
$url = file_get_contents('http://ggl-shortener.appspot.com/?url='. urlencode($link));
$urlcik = json_decode($url);
return $link = $urlcik->{'short_url'};
}
?>kullanılışı (acemiler için);<?php echo GG_L('https://www.r10.net'); ?>