https://github.com/pips-/shuri
Simple url shortener script
https://github.com/pips-/shuri
php url-shortener
Last synced: about 1 year ago
JSON representation
Simple url shortener script
- Host: GitHub
- URL: https://github.com/pips-/shuri
- Owner: pips-
- License: mit
- Created: 2013-12-04T19:26:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T14:24:22.000Z (about 8 years ago)
- Last Synced: 2024-06-01T18:07:26.066Z (about 2 years ago)
- Topics: php, url-shortener
- Language: PHP
- Size: 11.7 KB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-selfhosted - shuri - SHort URI - Lightweight URL shortener. `MIT` `PHP` (URL Shorteners / Localization)
README
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