Shortly is a simple web application written using core PHP. Anyone can clone this repo and create their own Short link website.
- simple UI containing a text box for shortening long urls.
- written in core php
- easy to deploy
git clone https://github.com/Ganofins/shortly.git && cd shortly
now rename env-example.php to env.php
then set your APP details in env.php file
now compress the folder and upload it on your server
then extract the files and import the db.sql file into your database
Feel free to contribute to this repository.