Press "Enter" to skip to content

基于Swoole HttpServer的短网址服务

内容目录

程序启动

git clone https://github.com/chenjiesuper/dwz.git 
cd dwz 
composer install //安装项目依赖
php dwz.php  //启动主程序(dwz.php中daemonize选项设置为1程序将转入后台作为守护进程运行)

功能使用

http://v2.dwz.wf //短网址生成页
http://v2.dwz.wf/Index/shorten?longurl=http://chenjie.info //短网址生成接口
http://v2.dwz.wf/mO //短网址跳转

更多移步 https://github.com/chenjiesuper/dwz

2 Comments

    • chenjie
      chenjie 2017年1月13日

      777

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注