Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/url-shortener

Generate short url and qr code for links
https://github.com/ertrzyiks/url-shortener

Last synced: about 1 month ago
JSON representation

Generate short url and qr code for links

Awesome Lists containing this project

README

        

URL Shortener
=============

URL shortening service written in PHP with CodeIgniter framework. Use Mysql database to store submitted links.

Installation
---
Follow default CodeIgniter [installation manual](http://ellislab.com/codeigniter/user-guide/installation/)

QR Code
---
By default QR codes are generated using Google's service. You can install [phpqrcode](http://phpqrcode.sourceforge.net/) into *application/third_party* folder to use local QR codes rendering.