File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,6 +154,24 @@ Docker Registry(阿里云):
154154
155155对于聚合服务,比如大型的网站首页,想要通过服务器端聚合内容整合数据,php-msf是可选方案之一。
156156
157+ ## 手工安装
158+
159+ 推荐安装方式,通过编辑项目` composer.json ` 加入依赖` pinguo/php-msf `
160+
161+ ``` json
162+ {
163+ "require" : {
164+ "pinguo/php-msf" : " >=3.0.0"
165+ }
166+ }
167+ ```
168+
169+ 进入project目录,执行:
170+
171+ ``` bash
172+ $> composer require " pinguo/php-msf:>=3.0.0" -vvv
173+ ```
174+
157175## 项目原则
158176
159177### 稳定
Original file line number Diff line number Diff line change 77 "require" : {
88 "php" : " >=7.0" ,
99 "ext-swoole" : " >=1.9.15" ,
10- "pinguo/php-log" : " dev-master " ,
11- "pinguo/php-context" : " dev-master " ,
12- "pinguo/php-aop" : " dev-master " ,
13- "pinguo/php-exception" : " dev-master " ,
14- "pinguo/plates" : " dev-master " ,
10+ "pinguo/php-log" : " 1.0.0 " ,
11+ "pinguo/php-context" : " 1.0.0 " ,
12+ "pinguo/php-aop" : " 1.0.0 " ,
13+ "pinguo/php-exception" : " 1.0.0 " ,
14+ "pinguo/plates" : " 3.3.1 " ,
1515 "hassankhan/config" : " ~0.10" ,
1616 "flexihash/flexihash" : " ^2.0.0"
1717 },
2626 " src/Helpers/Common.php"
2727 ]
2828 },
29- "minimum-stability" : " dev" ,
3029 "prefer-stable" : true ,
3130 "extra" : {
3231 },
You can’t perform that action at this time.
0 commit comments