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.