codecrafted/owl-link-shortener

php easy shorten your links, then analyze them and get useful information

v2.0.0 2023-11-02 15:02 UTC

This package is auto-updated.

Last update: 2024-05-01 00:14:24 UTC


README

Easy shorten your links then analyze them get useful information

How to use :

  1. Create database : database file

  2. Change config file for create database connection config file

      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