Skip to content

brokeyourbike/pro-short-link-opencart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pro-short-link-opencart

Latest Stable Version GitHub all releases

PRO Short Link

Use as library

You can call module methods to create short links from the code. Use this snippet as example:

$this->load->model('extension/model/pro_short_link');
$this->model_extension_model_pro_short_link->shortIt('https://super-long-url.com');