Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seyedmahmoudmousavi/owl-link-shortener
- Owner: SeyedMahmoudMousavi
- Created: 2023-06-03T19:00:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-02T15:19:37.000Z (about 1 year ago)
- Last Synced: 2024-04-12T23:26:00.212Z (9 months ago)
- Language: PHP
- Size: 1.66 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)