This project is the URL shortener PHP application running at http://akos.ma. Feel free to use the code in your own server!
This application used to be a Ruby on Rails application, but it has been translated to work with PHP, using the Slim Framework.
The code is shipped with a BSD license. See the LICENSE.txt file for details.
This application requires PHP 5.5 or higher, and a MySQL database.
As any other PHP application:
- Create a MySQL database and execute
db/schema.sql
in it; - Modify
config/app.ini
with your own settings; - Navigate your browser to the application.