You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$apiKey = "<< Your Google API Key >>";
//load the library
$this->load->library('GoogleURL');
//initialize with the google API Key
$this->googleurl->_initialize($apiKey);
//for shortening
echo $this->googleurl->shorten('http://www.google.com');
//for expanding
echo $this->googleurl->expand('http://googl.com/FgFHGf');
```