Skip to content

jselinger/simple-php-url-shortener

 
 

Repository files navigation

Simple PHP URL Shortener

Benefits

  • Can shorten 56.800.235.584 unique URLs in 6 or less characters (it can do more than 14.776.336 in only 4!)
  • Super fast — uses ajax and very little server resources
  • Includes an API so you can create your own short URLs on the fly
  • Only uses alphanumeric characters so all browsers can interpret the URL
  • Secure—several data filters in place to prevent SQL injection hacks
  • Clientside QRcode generation

License

MIT http://marco.mit-license.org/

About

Deadly Simple PHP URL Shortener with API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.7%
  • PHP 32.0%
  • HTML 23.3%