Skip to content

blackbunny/Url-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Fast Url-Shortener application on Phalcon PHP Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published