File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # [ phpems v5.0] ( https://phpems .is.js.cn )
1+ # [ phpems v5.0] ( https://phpems5 .is.js.cn )
22
3- 开源免费的PHP无纸化模拟考试系统,基于 [ PHPEMS(www.phpems.net) ] ( http://www.phpems.net ) 修改。本版本重点修复BUG(包括所有非 E_NOTICE 级别错误提示),并根据个人需要优化新增一些功能。
3+ 开源免费的PHP无纸化模拟考试系统,基于 [ PHPEMS v5.0 ] ( http://www.phpems.net ) 修改。本版本重点修复BUG(包括所有非 E_NOTICE 级别错误提示),并根据个人需要优化新增一些功能。
44
55因使用部分第三方扩展包,系统要求` php>=7.0 ` ,具体集成扩展包如下:
66
@@ -86,13 +86,14 @@ $client->set('phpems:knows', json_encode(Cache::knows()));
8686
8787通过 [ composer] ( https://getcomposer.org/ ) 指令直接创建项目
8888
89- composer create-project --prefer-dist phpems/phpems phpems
89+ composer create-project --prefer-dist phpems/phpems phpems "5.*"
9090
9191#### 方式2:使用 git 创建项目
9292
9393使用 git 复制项目后使用 composer 安装依赖
9494
9595 git clone https://github.com/oiuv/phpems.git
96+ git checkout 5.0
9697 cd phpems && composer install
9798 cd lib && cp config.inc.example.php config.inc.php
9899
@@ -108,7 +109,7 @@ $client->set('phpems:knows', json_encode(Cache::knows()));
108109
109110## 使用
110111
111- 演示:https://phpems .is.js.cn/
112+ 演示:https://phpems5 .is.js.cn/
112113
113114### 考试设置
114115
You can’t perform that action at this time.
0 commit comments