Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soxft/urlshorter

A simple but powerful URL shortener
https://github.com/soxft/urlshorter

url url-shortener urlshorting

Last synced: 9 days ago
JSON representation

A simple but powerful URL shortener

Awesome Lists containing this project

README

        

# UrlShorter

> 这是一个足够简洁的 Url 短网址生成器

# 兼容性

> 需要 PHP >= 7.4

# 安装

- step 1: `git clone [email protected]:soxft/UrlShorter.git`
- step 2: 修改 ~/api/config.php , 填写您的mysql信息 以及网址等信息
- step 3: 导入 ~/mysql.sql 至您的数据库
- step 4: 配伪静态 (~/nginx.conf 或 ~/.htaccess) 目前仅有 nginx 与 Apache 的伪静态配置.
- step 5: 开始使用

# API

参考 [https://github.com/soxft/UrlShorter/wiki/API](https://github.com/soxft/UrlShorter/wiki/API)