visuddhinanda 2 anos atrás
pai
commit
914a4eec8d
1 arquivos alterados com 21 adições e 0 exclusões
  1. 21 0
      rpc/morus/morus/README.md

+ 21 - 0
rpc/morus/morus/README.md

@@ -0,0 +1,21 @@
+# raw php fcgi
+
+api 入口文件 morus.php
+
+启动
+
+```bash
+php -S localhost:8080
+```
+
+测试
+
+http://localhost:8080
+
+laravel 设置样例
+
+```
+MORUS_GRPC_HOST="http://localhost:8080/morus.php"
+```
+
+> MORUS_GRPC_PORT 弃用