cortito icon indicating copy to clipboard operation
cortito copied to clipboard

Cortito - URL Shortener written in PHP

Cortito

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.

License

The code is shipped with a BSD license. See the LICENSE.txt file for details.

Requirements

This application requires PHP 5.5 or higher, and a MySQL database.

Installation

As any other PHP application:

  1. Create a MySQL database and execute db/schema.sql in it;
  2. Modify config/app.ini with your own settings;
  3. Navigate your browser to the application.