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 URL
mysql -u root -p < db.sql # Import the schema
mv htaccess.file .htaccess # Enable clean URLs
ℹ If installed in a subdirectory (e.g., /ls/
), update paths in:
.htaccess
config.php
Just deploy and start shortening! No complex setup.