Simple url shortener script
Find a file
2025-08-23 17:07:50 +00:00
.gitignore chore(vcs): ignore vendor/ folder 2025-08-23 17:12:06 +02:00
composer.json Add qrcode picture of short link 2017-02-07 13:15:26 +01:00
composer.lock chore(deps): lock file maintenance 2025-08-23 17:07:50 +00: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
renovate.json Add renovate.json 2025-08-23 14:10:35 +00: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