Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coolxitech/mihoyo

Mihoyo API是一个和米哈游网站有关的API项目
https://github.com/coolxitech/mihoyo

api genshin genshin-impact mihoyo mihoyobbs php php7 php8

Last synced: 11 days ago
JSON representation

Mihoyo API是一个和米哈游网站有关的API项目

Awesome Lists containing this project

README

        

米哈游API 1.1
===============

> 运行环境要求PHP8.0+,兼容PHP8.x

Mihoyo API V1.1版本由[酷曦科技](https://www.kuxi.tech/)独家发布。

## 主要特性

* 使用`ThinkPHP8`框架作为API强力驱动
* 采用`PHP7`强类型规范(严格模式)
* 支持`GET/POST`请求
* 支持Html模板渲染,详情[ThinkPHP文档](https://www.kancloud.cn/manual/thinkphp6_0/content)

## 安装

~~~
git clone https://github.com/coolxitech/mihoyo.git
cd mihoyo
composer install
~~~

如果需要更新功能使用
~~~
git pull
~~~

## 相关文档

[ThinkPHP](https://www.kancloud.cn/manual/thinkphp6_0/1037479)

[Guzzle](https://docs.guzzlephp.org/en/stable/)

## 参与开发

请直接提交PR。

## 版权信息
### Mihoyo API
`Mihoyo API` 遵循 `MIT` 开源协议发布,并提供免费使用和商业使用。

本项目仅用于学习研究目的而开发,如商业使用带来的不良后果请自行承担责任。

版权所有Copyright © 2021-2023 by [酷曦科技](https://www.kuxi.tech)

All rights reserved。

### ThinkPHP
`ThinkPHP`遵循`Apache2`开源协议发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2006-2022 by [ThinkPHP](https://www.thinkphp.cn)

All rights reserved。

ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。

更多细节参阅 [LICENSE.txt](LICENSE.txt)