Shorty is a Super fast URL Shortner with Quick API Built in Laravel 5.7
Shorty is an intrepid, self-hostable open-source link shortening web application with a robust API. It allows you to host your own URL shortener, to brand your URLs, and to gain control over your data. Shorty is especially easy to use, and provides a modern, themable feel.
Getting Started - API Documentation - Bugs
Shorty is written in PHP and Laravel 5.7 As framework, using MySQL as its primary database.
- To get started with Shorty on your server, check out the installation guide. You can clone this repository, or download a release.
- To get started with the Shorty API, check out the API guide.
Installation TL;DR: clone or download this repository, set document root to public/
, create MySQL database, go to yoursite.com/setup
and follow instructions.
You can go to Shorty (http://shorty.codingmonk.tech) to see how your URL Shortner will look like.
Shorty uses Semantic Versioning
Shorty was originally created by Polr Project In Lumen 5.1. Due to older version and No Development I decided it to migrate it in Laravel 5.7 to develop further.
Thanks to Original Creator
Copyright (C) 2018 Coding Monk
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.