Simple-URL-Shortener
Minimal PHP URL shortener with user history (MySQL or SQLite)
59 stars 16 forks last commit first released MIT
Slowing down
No commits since 28 Aug 2025. Check the issue tracker before you rely on it.

Simple-URL-Shortener is a small, KISS PHP-based URL shortener that stores links in MySQL or SQLite and provides per-user link history. It aims to be dependency-free and easy to install for simple link shortening needs.
Key Features
- Lightweight PHP application with no external dependencies beyond PHP and a database
- Supports MySQL or SQLite backends for storage
- User accounts with per-user link history and optional comments on links
- Bookmarklet/shortcut to quickly create short URLs from the browser
- Works when deployed in a subfolder and includes example configurations for Nginx and Apache
- Installation script to initialize the database and create the first admin user
- Secure cookie settings require HTTPS for authentication
Use Cases
- Internal team or personal URL shortening service for sharing compact links
- Simple link-tracking and history for individual users or small teams
- Embedding a minimal shortener in an existing site (subfolder deployment)
Limitations and Considerations
- The project is no longer actively maintained by the original author; no ongoing feature development or regular updates are guaranteed
- Authentication relies on secure cookies and requires HTTPS in production environments
- Feature set is intentionally minimal (no built-in analytics, custom domains, or advanced link management features)
Simple-URL-Shortener is best suited for users who need a tiny, easy-to-run shortener with user history and prefer a minimal, dependency-free codebase. It is not intended as a full-featured commercial link management platform.
Categories:
Tags:
Tech Stack:
Similar to Simple-URL-Shortener

YOURLS
Self-hosted URL shortener with analytics, API, and plugins
YOURLS is a self-hosted PHP URL shortener with custom short links, a developer API, detailed click analytics, and an extensible plugin architecture.

Pinkary
Link-in-bio landing pages with a lightweight social feed
Open source link-in-bio platform for creating a single landing page of links, with social features like a feed, discovery, questions, and likes.

Serendipity
Extensible PHP weblog engine with themes and plugins
Serendipity is a PHP-powered weblog engine offering a lightweight blog platform with plugins, themes, media library, comments, and multi-database support.
ShotShare
Minimal self-hosted image sharing and screenshot hosting platform
Open-source, self-hosted image sharing app for screenshots and quick uploads with Docker, ShareX support and configurable database/storage backends.


QloApps
Open-source hotel property management and booking system
PHP-based open-source hotel reservation platform providing PMS, booking engine, channel manager and hotel website features for small to enterprise properties.

RSS-Bridge
Generate RSS/Atom feeds for websites that do not provide them
RSS-Bridge is a PHP web app that generates RSS/Atom/JSON feeds by scraping sites that don’t offer feeds, with many built-in “bridges” and caching options.




