PHP code example of monster3d / php-url-shortener
1. Go to this page and download the library: Download monster3d/php-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/ */
monster3d / php-url-shortener example snippets
//include composer
Short;
//Set google api key
Short::setGoogleAPIKey('YOUR-GOOGLE-API-KEY');
$result = Short::link('http://mylongurl.ru/');
print_r($result);
js
" "monster3d/php-url-shortener": "*"
}