polr
2.3.0
现代、简约、轻量级的 URL 缩短器。
Polr 是一款强大的、可自托管的开源链接缩短 Web 应用程序,具有强大的 API。它允许您托管自己的 URL 缩短程序、为您的 URL 打造品牌并获得对数据的控制。 Polr 特别易于使用,并提供现代、主题化的感觉。
入门 - API 文档 - 贡献 - 错误 - IRC
Polr 使用 PHP 和 Lumen 编写,使用 MySQL 作为其主要数据库。
要开始在服务器上使用 Polr,请查看安装指南。您可以克隆此存储库,或下载版本。
要开始使用 Polr API,请查看 API 指南。
安装 TL;DR:克隆或下载此存储库,将文档根目录设置为public/
,创建 MySQL 数据库,转到yoursite.com/setup
并按照说明进行操作。
要测试演示,请前往 demo.polr.me 并使用以下凭据:
用户名: demo-admin
密码: demo-admin
从 1.x 升级:
2.x 和 1.x 之间存在重大变化;目前还无法自动升级到 2.x。
从 2.x 升级:
备份您的数据库和文件
使用git pull
或下载版本进行更新
运行composer install --no-dev -o
以确保依赖项是最新的
使用php artisan migrate
进行迁移,确保数据库结构是最新的
Safari - Polr.safariextension
Python-mypolr
我们要感谢俄勒冈州立大学的开源实验室为我们的基础设施提供资源。 Polr 网站和演示托管在其基础设施上。
感谢 Lastspark 提供我们的徽标图标。
Polr 使用语义版本控制
Copyright (C) 2013-2018 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.