URL Shortening Site

后端 未结 6 1157
-上瘾入骨i
-上瘾入骨i 2021-01-06 11:15

I am working on a URL shortening site which uses PHP, MySQL and Apache. General idea of URL shortening as I look at open source projects: user gives a URL link and the syste

6条回答
  •  鱼传尺愫
    2021-01-06 11:45

    I would suggest using YOURLS which is a robust open source package to do exactly this. It's PHP/MySQL based.

    http://yourls.org/#Install

    From the about page:

    YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API.

提交回复
热议问题