Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seyedmahmoudmousavi/owl-link-shortener

Shortener your links easy
https://github.com/seyedmahmoudmousavi/owl-link-shortener

Last synced: about 2 months ago
JSON representation

Shortener your links easy

Awesome Lists containing this project

README

        

# Owl link shortener

## Easy shorten your links then analyze them get useful information

## How to use :

1. Create database : [database file](https://github.com/SeyedMahmoudMousavi/owl-link-shortener/blob/master/ols.sql)
2. Change config file for create database connection [config file](https://github.com/SeyedMahmoudMousavi/owl-link-shortener/blob/master/config.php)

define("HOST_NAME", 'localhost');
define("USER_NAME", 'root');
define("USER_PASSWORD", '');
define("DATABASE_NAME", 'ols');

3. install and update composer with terminal :

composer install
composer update

### Olw link shortener work with [iron elephant](https://github.com/SeyedMahmoudMousavi/iron-elephant)