Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

smasty/Urly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages