Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renbaoshuo/Shortlink
短链接生成网站源码
https://github.com/renbaoshuo/Shortlink
Last synced: 4 days ago
JSON representation
短链接生成网站源码
- Host: GitHub
- URL: https://github.com/renbaoshuo/Shortlink
- Owner: renbaoshuo
- License: mit
- Created: 2020-03-09T15:52:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T04:12:02.000Z (9 months ago)
- Last Synced: 2024-07-12T02:47:31.818Z (4 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 99
- Watchers: 1
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
- awesome - renbaoshuo/Shortlink - 短链接生成网站源码 (PHP)
README
# ShortLink
[简体中文](./README.md) | **English**
The code is based on secondary development of [CRZ.im](https://github.com/Caringor/CRZ.im), thanks for the hard work of the original author @Caringor!
## Overview
A web URL shortener source code.
## Installation
### Environment
+ Compatible with `PHP 7.x`
+ `Nginx 1.15+`
+ ~~`MySQL 5.5+`~~ (Not required for current version)Suggestion: Please install it on a SSD server if the website will be heavily used.
### Configuration
Modify the settings in `config.php` and change the permissions of the folder `inc` to `755`.
### URL rewrite rules
#### For Apache
Just directly use the file `.htaccess`.
#### For Nginx
Add the content of `nginx-rewrite.conf` to the `Nginx` server block being used.
## Features
+ URL shortener
+ Concise page
+ One-click copy## Todo List
+ Add the support of `MySQL`
+ More...