Path

ez projects / url_shortener_classes_and_t...


URL Shortener classes and template operators

UNIX name Owner Status Version Compatible with
url_shortener_classes_and_template_operators Quoc-Huy NGUYEN DINH stable 1.0 4.x
Set of classes and operators to shorten URLs from PHP and templates.

Pre-requisites:
- PHP with cURL support
PHP use:
echo $bitly->shorten($url);
echo $tinyurl->shorten($url);
TPL use:
{bitlyed($url)}
{tinyurled($url)}
See examples in the extension folder.

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.