Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soxft/urlshorter
- Owner: soxft
- License: gpl-3.0
- Created: 2021-09-10T14:14:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T11:21:16.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:28:07.153Z (25 days ago)
- Topics: url, url-shortener, urlshorting
- Language: PHP
- Homepage:
- Size: 99.6 KB
- Stars: 107
- Watchers: 2
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)