From f0d95fd9b88ee3f15fa397fda27f692d09a01c72 Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Fri, 21 Oct 2022 22:04:10 +0900 Subject: [PATCH] Add UrlHub to URL Shortener Add UrlHub to URL Shortener. This is not [UrlHum](https://urlhum.com/). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6505be7e..59e3cbec 100644 --- a/README.md +++ b/README.md @@ -2007,6 +2007,7 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_ - [shorturl](https://git.mills.io/prologic/shorturl) - Simple URL shortener with very tiny URLs. ([Demo](https://url.mills.io)) `MIT` `Go` - [Simple-URL-Shortener](https://github.com/azlux/Simple-URL-Shortener) - KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies. ([Demo](https://u.azlux.fr)) `MIT` `PHP` - [Simply Shorten](https://gitlab.com/draganczukp/simply-shorten) - A simple URL shortener that just shortens links. `MIT` `Java` +- [UrlHub](https://github.com/realodix/urlhub) - URL shortener web application based on the Laravel PHP Framework. `MIT` `PHP` - [YOURLS](https://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp. ([Source Code](https://github.com/YOURLS/YOURLS)) `MIT` `PHP`