This repository was archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
smasty/Urly
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Urly is a very small (64 lines) URL shortener written in PHP. Copyright (c) Martin Srank, http://smasty.net Licensed under the terms of the MIT license - http://opensource.org/licenses/mit-license Urly requires following SQL table to be created: CREATE TABLE "urly" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "url" text NOT NULL ); Urly uses Neevo for database manipulation, see http://neevo.smasty.net or http://github.com/smasty/Neevo
About
Urly is a very small URL shortener written in PHP.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published