codecrafted / owl-link-shortener
php easy shorten your links, then analyze them and get useful information
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- codecrafted/iron-elephant: ^2
- endroid/qr-code: ^5.0
This package is auto-updated.
Last update: 2025-03-29 01:07:42 UTC
README
Easy shorten your links then analyze them get useful information
How to use :
-
Create database : database file
-
Change config file for create database connection config file
define("HOST_NAME", 'localhost'); define("USER_NAME", 'root'); define("USER_PASSWORD", ''); define("DATABASE_NAME", 'ols');
-
install and update composer with terminal :
composer install composer update