interaapps / punyshort
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/interaapps/punyshort
Requires
This package is not auto-updated.
Last update: 2025-10-28 20:29:29 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