This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +68
-2
lines changed Expand file tree Collapse file tree 1 file changed +68
-2
lines changed Original file line number Diff line number Diff line change 1
- # php-openbmclapi
2
- The PHP& ; Swoole version of OpenBMCLAPI.
1
+ <div align =" center " >
2
+
3
+ <picture >
4
+ <img alt =" logo " src =" https://img.picgo.net/2024/04/04/logobg-2b73c6d349a3ad9f7.png " >
5
+ </picture >
6
+
7
+ # OpenBMCLAPI for PHP
8
+
9
+ ✨ 一个基于PHP以及 [ Swoole] ( https://www.swoole.com/ ) 的 [ OpenBMCLAPI] ( https://github.com/bangbang93/openbmclapi ) 节点端 ✨
10
+
11
+ </div >
12
+
13
+ ## 警告:此版本并不适合在正式环境使用,建议使用其他语言版本节点端
14
+
15
+ ## ⚙️部署
16
+ ### 环境要求
17
+
18
+ 建议 PHP 版本 >= 8.0.0
19
+
20
+ 以及对应版本的 [ Swoole] ( https://www.swoole.com/ ) 和 [ Zstd] ( https://github.com/kjdev/php-ext-zstd ) 扩展库
21
+
22
+ ### 源码部署
23
+ 1 . 克隆此仓库到本地:
24
+
25
+ ``` sh
26
+ git clone https://github.com/Mxmilu666/php-openbmclapi.git
27
+ cd php-openbmclapi
28
+ ```
29
+
30
+ 2. 安装依赖:
31
+
32
+ ` ` ` sh
33
+ composer install
34
+ ` ` `
35
+
36
+ 3. 填写 ` config.php` 配置文件
37
+
38
+ 4. 运行主程序:
39
+
40
+ ` ` ` sh
41
+ php main.php
42
+ ` ` `
43
+
44
+
45
+ # # 📃配置文件
46
+
47
+ ` ` ` php
48
+ 待写
49
+ ` ` `
50
+
51
+ # # 📍Todo
52
+ - [ ] 可以正常上线使用(主要)
53
+ - [ ] 添加注释
54
+ - [ ] Web界面
55
+ - [ ] 统一的管理API
56
+ - [ ] 插件系统
57
+
58
+ # # 📖许可证
59
+ 项目采用` Apache-2.0 license` 协议开源
60
+
61
+ # # 🫂感谢
62
+ [bangbang93/openbmclapi](https://github.com/bangbang93/openbmclapi)
63
+
64
+ [TTB-Network/python-openbmclapi](https://github.com/TTB-Network/python-openbmclapi/)
65
+
66
+ [LiterMC/go-openbmclapi](https://github.com/LiterMC/go-openbmclapi)
67
+
68
+ [SALTWOOD/CSharp-OpenBMCLAPI](https://github.com/SALTWOOD/CSharp-OpenBMCLAPI)
You can’t perform that action at this time.
0 commit comments