interaapps / punyshort
There is no license information available for the latest version (1.0) of this package.
1.0
2020-07-12 20:33 UTC
Requires
This package is not auto-updated.
Last update: 2025-04-01 17:58:31 UTC
README
use modules\punyshort\Punyshort; $pnsh = new Punyshort(); echo $pnsh->short("https://interaapps.de")->getLink();
Non-UPPM Usage REQUIRED: https://github.com/interaapps/PHP-HttpRequest
<?php include "modules/punyshort/Punyshort.php"; include "modules/punyshort/LinkInformation.php"; include "modules/punyshort/NewShortenLink.php"; include "modules/httprequest/HTTPRequest.php"; include "modules/httprequest/HTTPResponse.php"; use modules\punyshort\Punyshort; $pnsh = new Punyshort(); echo $pnsh->short("https://interaapps.de/ia")->getLink();
Installation
Download UPPM if you havent
wget https://raw.githubusercontent.com/interaapps/uppm/master/uppm
Installing punyshort-lib
php uppm install punyshort-lib