Skip to content

designtology/microurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microurl

URL shortener in PHP

Requires config.php with:

$servername
$username
$password
$dbname

Features:

  • Shortens URL based on the Webservers Address
  • Counts the access on each URL
  • Shows statistics by addine a '-' (minus) to the end of the shortened URL
  • Generates a random Token (6 chars - individual)
  • Validates URL (must contain 'http://' and no spaces etc.) with filter_var()
  • Changes Background based on the amount of images in 'bg' folder

Coming soon

  • Responsive Design for mobile
  • Auto-Copy-to-Clipboard
  • Delete URL after a certain time (JS based, since some have shared servers)
  • Pagespeed improvements

About

URL shortener _ First try

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published