# UrlShorter **Repository Path**: soxft/UrlShorter ## Basic Information - **Project Name**: UrlShorter - **Description**: A simple but powerful URL shortener - **Primary Language**: PHP - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-27 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UrlShorter >这是一个足够简洁的Url短网址生成器 > > This is a simple Url shorter. # 兼容性 > 在PHP7.X 与 PHP 8.0 下测试通过 # 安装 - step 1: `git clone git@github.com:soxft/UrlShorter.git` - step 2: 修改 /api/config.php 中填写您的mysql信息 以及网址等 - step 3: 导入/mysql.sql 至您的数据库 - step 4: 配伪静态(/nginx.conf 或 /.htaccess) 目前仅有nginx与apache的伪静态配置, 您也可以尝试转换为iis的伪静态 - step 5: 开始使用 # API 参考 [https://github.com/soxft/UrlShorter/wiki/API](https://github.com/soxft/UrlShorter/wiki/API) # 其他 > 请尊重开源协议. > > 该版本可能更加面向专业用户,暂时没有设计后台以及一键安装功能,后续将会增加.