Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ertrzyiks/url-shortener
- Owner: ertrzyiks
- License: other
- Created: 2013-12-06T18:22:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-26T18:56:11.000Z (about 11 years ago)
- Last Synced: 2024-12-07T19:36:07.144Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.