/Url-Shortener

Simple Fast Url-Shortener application on Phalcon PHP Framework

Primary LanguagePHPOtherNOASSERTION

URL-Shortener Application

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

Here to instraction: https://github.com/phalcon/cphalcon

Please write us if you have any feedback.

Thanks.

To-Do

  • Statistics
  • User Login
  • API
  • Password protection for shortened link

NOTE

Required version: >= 1.0.0

Get Started

Requirements

To run this application on your machine, you need at least:

  • = PHP 5.3.9

  • Apache Web Server with mod rewrite enabled
  • Latest Phalcon Framework extension installed/enabled

Then you'll need to create the database and initialize schema:

echo 'CREATE DATABASE link' | mysql -u root
cat Schema/link.sql | mysql -u root link