mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
app | ||
bootstrap | ||
database | ||
docs | ||
public | ||
resources | ||
storage | ||
tests | ||
util | ||
vendor | ||
.env | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
artisan | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
LICENSE | ||
mkdocs.yml | ||
phpunit.xml | ||
README.md | ||
server.php | ||
version.sh |
#####v2 Devel
🚡 A modern, minimalist, and lightweight URL shortener.
Welcome to Polr's 2.0 development branch. Please keep in mind 2.0 is currently unstable, and should not be used in production.
Polr is an enterprise-class open-source link shortening web application designed to operate at many scales, built on the Software-as-a-Service paradigm. It allows you to host your own URL shortener, to brand your URLs, and to gain control over your data. Polr is especially easy to use, and provides a modern, themable feel.
Getting Started - API Documentation - Contributing - Bugs - IRC
Quickstart
Polr is written in PHP and Laravel, using MySQL as its primary database.
- To get started with Polr on your server, check out the installation guide. You can clone this repository, or download a release.
- To get started with the Polr API, check out the API guide.
####Versioning
Polr uses Semantic Versioning
####License
Copyright (C) 2013-2016 Chaoyi Zha
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.