# xiaoyi **Repository Path**: vances/xiaoyi ## Basic Information - **Project Name**: xiaoyi - **Description**: 业余编写的API接口管理程序 后端基于PHP原生,EasyWeb框架 PHP原生 - **Primary Language**: PHP - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/vances - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 3 - **Created**: 2023-01-25 - **Last Updated**: 2025-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: 小易API, API接口管理程序, API, API程序 ## README # 小易API接口管理程序 ### 作者简介 程序作者:Vance QQ:2877741347 ### 程序问题反馈 问题反馈群: [点击链接加入群聊反馈『程序开发售后群』:https://jq.qq.com/?_wv=1027&k=lp82PJx3](https://jq.qq.com/?_wv=1027&k=lp82PJx3) #### 使用说明 1. 00后学生,业余编写而成 参考(授权程序或各类程序编写集成) 2. 本系统不支持在线更新请下载全新安装包 3. 附带两套模板 (可自行根据已有模板开发模板) 4. 附带三套本地接口 (二维码生成,随机一言,每日早报) #### API架构 基于PHP原生,EasyWeb框架 #### 安装教程 1. 上传安装包解压配置 2. 访问域名直接安装 3. nginx伪静态 (其他环境伪静态 宝塔工具自行转换) #### 伪静态设置 ``` location / { rewrite ^/index.html$ /index.php; rewrite ^/sitemap.xml$ /sitemap.php; rewrite ^/api/(\w*).html$ /api.php?alias=$1; rewrite ^/down-([1-9]+[0-9]*).html$ /down/down.php?id=$1; rewrite ^/down.html$ /down/index.php; } ``` #### 安装环境 1. PHP版本支持5.6-7.4 2. mysql5.5-5.7 #### 网站演示 [http://m.ksto.cn](http://m.ksto.cn) #### 赞助打赏 ![支付宝打赏](assets/img/zfb.png) (支付宝打赏) ![微信打赏](assets/img/wx.png) (微信打赏) #### API程序演示 ![输入图片说明](assets/img/2345%E6%88%AA%E5%9B%BE20230126025116.png) ![输入图片说明](assets/img/2345%E6%88%AA%E5%9B%BE20230126024955.png) ![输入图片说明](assets/img/2345%E6%88%AA%E5%9B%BE20230126025051.png)