PHP code example of erosdelalamo / yii2-url-shortener
1. Go to this page and download the library: Download erosdelalamo/yii2-url-shortener library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
erosdelalamo / yii2-url-shortener example snippets
Yii::$app->getModule('shortener')->short('http://original.url/goes/here')
// An array can be provided too.
Yii::$app->getModule('shortener')->short(['controller/action','param' => 'value'])