A lightweight, self-hosted URL shortener built with PHP & MySQL. No accounts, no bloatβjust short links.
β Anonymous β No login required
β Passwords β Add passwords to your URLs
β CRUD Operations β Create, edit, or delete links anytime
β Minimalist Design β Zero bloat, maximum efficiency
β Self-Hosted β Full control over your data
# Edit the config file
nano config.php # Set your DB credentials and base URLmysql -u root -p < db.sql # Import the schemamv htaccess.file .htaccess # Enable clean URLsβΉ If installed in a subdirectory (e.g., /ls/), update paths in:
.htaccessconfig.php
Just deploy and start shortening! No complex setup.