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.
- Statistics
- User Login
- API
- Password protection for shortened link
Required version: >= 1.0.0
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