Simple url shortener script
Find a file
pips 5752b04c63 Merge pull request #4 from Poeticode/shorturl_https
Add https support for provided shortened URL.
2018-04-27 16:24:21 +02:00
composer.json Add qrcode picture of short link 2017-02-07 13:15:26 +01:00
composer.lock Add qrcode picture of short link 2017-02-07 13:15:26 +01:00
index.php determine https/http via php server variable to ensure QR code works properly 2018-04-26 16:53:01 -04:00
LICENSE Initial commit 2013-12-04 11:26:09 -08:00
README.md small typo in readme 2018-03-20 22:37:59 +01:00

shuri

Simple url shortener script

Installation

Just drop the index.php and composer files in any folder accessible through your web server with php interpreter, give it a composer install, mkdir db with write permission for your web server user/group and direct your browser to the former script.

For testing and debugging purposes, you can just use:

$ php -S localhost:8000 index.php