1 Star 0 Fork 0

zhaohangyang/PHP框架SWOOLE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
console 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
18730554250 提交于 2022-05-24 11:04 . v1.0
#!/usr/bin/env php
<?php
// application.php
require __DIR__ . '/vendor/autoload.php';
use Symfony\Component\Console\Application;
define('START_TIME', microtime(true));
$application = new Application();
$application->add(new \App\Command\TestCommand());
$application->run();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZhaohangYang/swoole_frame.git
git@gitee.com:ZhaohangYang/swoole_frame.git
ZhaohangYang
swoole_frame
PHP框架SWOOLE
master

搜索帮助