using the Facade: you can access the following methods:
Generates a short url for your long url
\ShortUrl::shorturl(string $url [, string $title = NULL [], string $keyword = NULL [], string $format = NULL ]]] )
Parameters
Returns: string - the short url that was generated
Expands inforation about your short url
\ShortUrl::expand(string $shorturl [, string $format = null] )
Parameters
Returns: stdClass - object of the response details
Get stats about one short URL
\ShortUrl::expand(string $shorturl [, string $format = null] )
Parameters
Returns: stdClass - object of the response details
Get stats about one short URL
\ShortUrl::stats( [string $filter = null [, int $limit = null [, string $format = null ]]] )
Parameters
Returns: stdClass - object of the response details
Get stats about one short URL
\ShortUrl::dbStats([ string $format = null] )
Parameters
Returns: stdClass - object of the response details
Gets the full response body from the last request
\ShortUrl::getLastResponse()
Parameters
N/A
Returns stdClass|string response of the last request body