V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
pizida
V2EX  ›  问与答

PHP 做 api 开发选择哪一个框架比较是适合

  •  
  •   pizida · 2018-06-11 15:04:59 +08:00 · 11259 次点击
    这是一个创建于 2117 天前的主题,其中的信息可能已经有所发展或是发生改变。

    从团队维护和框架性能两方面作为主要因素去看,选择哪一块 PHP 框架比较适合? 目前准备在 phalcon 和 tp5 中选择一个。大家可以给点建议吗

    24 条回复    2018-06-12 14:36:03 +08:00
    ibugeek
        1
    ibugeek  
       2018-06-11 15:44:17 +08:00
    只做 api 的话,我觉得 lumen 还是不错的。
    Mariano
        2
    Mariano  
       2018-06-11 16:23:08 +08:00
    lumen
    iamsee
        3
    iamsee  
       2018-06-11 16:31:19 +08:00
    yaf
    falcon05
        4
    falcon05  
       2018-06-11 16:40:37 +08:00 via iPhone
    slim
    hahasong
        5
    hahasong  
       2018-06-11 16:42:20 +08:00
    yaf
    qqjt
        6
    qqjt  
       2018-06-11 16:43:17 +08:00
    laravel,使用 lumen 到头来还是会转成 laravel
    loginv2
        7
    loginv2  
       2018-06-11 18:04:33 +08:00
    easyswoole
    5748hao
        8
    5748hao  
       2018-06-11 19:39:31 +08:00
    lumen
    gouchaoer2
        9
    gouchaoer2  
       2018-06-11 19:49:40 +08:00 via Android   ❤️ 1
    api 说到底如果 io 很重(比如你 api 里面有 rpc 之类的)的话 fpm 本身就不适合,并发比较大的话考虑一下 swoft,另外别用 laravel 性能太差了
    visonme
        10
    visonme  
       2018-06-11 19:51:36 +08:00
    slim, 不过自己在这个基础上做了扩展,可以考虑下~
    tanszhe
        11
    tanszhe  
       2018-06-11 19:56:09 +08:00
    https://github.com/lizhichao/one
    快如闪电
    支持 fpm | swoole 两种模式
    全局模型可缓存(自动刷新)
    多重路由支持 缓存 中间件
    ……
    kzzhr
        12
    kzzhr  
       2018-06-11 20:33:36 +08:00 via Android
    lumen on swoole
    a7a2
        13
    a7a2  
       2018-06-11 20:47:43 +08:00
    Phalcon
    放弃 php 吧 真不适合做高负载 api 开发
    ddiu8081
        14
    ddiu8081  
       2018-06-11 21:33:57 +08:00
    在用 lumen
    HanSonJ
        15
    HanSonJ  
       2018-06-11 21:50:16 +08:00
    lumen
    TonyG
        16
    TonyG  
       2018-06-11 21:58:46 +08:00
    https://api-platform.com/

    API Platform uses these model classes to expose a web API having a bunch of built-in features:

    * creating, retrieving, updating and deleting (CRUD) resources
    * data validation
    * pagination
    * filtering
    * sorting
    * hypermedia/HATEOAS and content negotiation support (JSON-LD, HAL, JSON API)
    * GraphQL support
    * Nice UI and machine-readable documentations (Swagger/OpenAPI, Hydra)
    * authentication (Basic HTTP, cookies as well as JWT and OAuth through extensions)
    * CORS headers
    * security checks and headers (tested against OWASP recommendations)
    * invalidation-based HTTP caching
    * and basically everything needed to build modern APIs.

    One more thing, before we start: as the API Platform distribution includes the Symfony framework, it is compatible with most Symfony bundles (plugins) and benefits from the numerous extensions points provided by this rock-solid foundation (events, DIC...). Adding features like custom, service-oriented, API endpoints, JWT or OAuth authentication, HTTP caching, mail sending or asynchronous jobs to your APIs is straightforward.
    wellCh4n
        17
    wellCh4n  
       2018-06-11 23:27:52 +08:00
    TP5 官方的广告上说:ThinkPHP V5.0 是一个为 API 开发而设计的高性能框架。
    SoulGem
        18
    SoulGem  
       2018-06-11 23:28:10 +08:00 via iPhone
    slim3
    puritania
        19
    puritania  
       2018-06-11 23:31:33 +08:00 via iPhone
    yaf
    nicevar
        20
    nicevar  
       2018-06-11 23:52:30 +08:00
    最近给 app 做了后端用的 CI,感觉还行
    hubahuba
        21
    hubahuba  
       2018-06-12 07:57:48 +08:00 via Android
    @a7a2 那什么适合?
    askfilm
        22
    askfilm  
       2018-06-12 08:45:05 +08:00
    symfony + api-platform
    askfilm
        23
    askfilm  
       2018-06-12 08:46:37 +08:00
    或 symfony + fosrestbundle
    jingrui
        24
    jingrui  
       2018-06-12 14:36:03 +08:00 via iPhone
    国内吗? tp5/tp3 是个 php 都会用
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   949 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 21:50 · PVG 05:50 · LAX 14:50 · JFK 17:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.