2 Star 0 Fork 0

楓顔楓語 / 触摸小程序接口

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
easyswoole 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
楓顔楓語 提交于 2019-01-29 11:42 . 首次提交
#!/usr/bin/env php
<?php
use EasySwoole\EasySwoole\Command\CommandRunner;
define('EASYSWOOLE_ROOT', realpath(getcwd()));
$file = EASYSWOOLE_ROOT.'/vendor/autoload.php';
if (file_exists($file)) {
require $file;
}else{
die("include composer autoload.php fail\n");
}
$args = $argv;
//trim first command
array_shift($args);
$ret = CommandRunner::getInstance()->run($args);
if(!empty($ret)){
echo $ret."\n";
}
1
https://gitee.com/fyfy.com/touch_applet_api.git
git@gitee.com:fyfy.com/touch_applet_api.git
fyfy.com
touch_applet_api
触摸小程序接口
master

搜索帮助