File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,6 +155,24 @@ Docker Registry(阿里云):
155155
156156对于聚合服务,比如大型的网站首页,想要通过服务器端聚合内容整合数据,php-msf是可选方案之一。
157157
158+ ## 手工安装
159+
160+ 推荐安装方式,通过编辑项目` composer.json ` 加入依赖` pinguo/php-msf `
161+
162+ ``` json
163+ {
164+ "require" : {
165+ "pinguo/php-msf" : " >=3.0.0"
166+ }
167+ }
168+ ```
169+
170+ 进入project目录,执行:
171+
172+ ``` bash
173+ $> composer require " pinguo/php-msf:>=3.0.0" -vvv
174+ ```
175+
158176## 项目原则
159177
160178### 稳定
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