All Projects → blackbunny → Url-Shortener

blackbunny / Url-Shortener

Licence: other
Simple Fast Url-Shortener application on Phalcon PHP Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
Volt
20 projects
CSS
56736 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].