84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
PhalApi 和 Lumen 有没有哪位都用过? 有没有什么优劣势?承载能力什么的...
欢迎选择我的课程,让我们一起见证您的进步~~
正在使用lumen. 继承了 laravel的核心和优势.写起来挺顺手的.就是性能还是有点慢,写纯API的话 其实还可以去除很多组件的,比如说模板引擎什么的推荐 后期根据业务需求 改改内核 提升下性能.
slim这个框架你百度一下。
做点简单的api,需要性能,基本上面向数据。所以,选一个好一点的activerecord或者orm。在搭配一个速度快点的router。这事就成了!
推荐看看我自用开源的两个库:https://github.com/lloydzhou/activerecordhttps://github.com/lloydzhou/router
如果对这个库不是那么信任推荐github上面star多点的:https://github.com/j4mie/idiorm https://github.com/badphp/dispatch
正在使用lumen. 继承了 laravel的核心和优势.
写起来挺顺手的.就是性能还是有点慢,写纯API的话 其实还可以去除很多组件的,比如说模板引擎什么的
推荐 后期根据业务需求 改改内核 提升下性能.
slim这个框架你百度一下。
做点简单的api,需要性能,基本上面向数据。
所以,选一个好一点的activerecord或者orm。在搭配一个速度快点的router。这事就成了!
推荐看看我自用开源的两个库:
https://github.com/lloydzhou/activerecord
https://github.com/lloydzhou/router
如果对这个库不是那么信任推荐github上面star多点的:
https://github.com/j4mie/idiorm
https://github.com/badphp/dispatch