天天看點

Rest.Ler PHP API Server解決方案

<a href="https://github.com/Luracast/Restler" target="_blank">https://github.com/Luracast/Restler</a>

通過composer安裝依賴後,整個vendor将近三十兆。這太不爽了。搞PHP的人如果沒有潔癖的追求,跟搞Java的鹹魚有神碼兩樣(注:就是找抽,抽我吧)。

仔細看了以後,發現裡面有一些依賴的庫不是必須的。

有用的有:

  * Illuminate - 依賴的基礎,也是Laravel的基礎元件

  * Luracast - 核心

  * bshaffer/OAuth2-Server-php

  * Guzzle - Http Client 用于實作API Explorer

  * Twig -  API Explorer 模版渲染用