inte/service

There is no license information available for the latest version (dev-master) of this package.

APP接口服务

dev-master 2018-10-08 10:07 UTC

This package is not auto-updated.

Last update: 2020-08-10 13:43:41 UTC


README

环境要求:

  • php >= 5.4.27
  • Composer

其他要求:

  • 必须定义一个全局变量 APP_ENV; 用来定义应用所处的环境, 以支持thrift客户端选取不同的配置; 可选值有:

    • release 线上发布环境
    • preview 预发测试环境
    • develop 线下开发环境
  • 必须定义一个全局变量 LOG_PATH; 用来定义日志目录, 以支持服务组件日志的写入,必须为 0777 权限

安装

{
    "repositories": [
        {
            "type": "git",
            "url": "http://gitlab.nicedoing.net/land/gxqc.git"
        }
    ],
    "require":{
        "gxq/component": "*"
    },
    "config":{
        "secure-http": false
    }
}