2 Star 11 Fork 3

tomener / svick

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
svick 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
tomener 提交于 2022-11-01 10:51 . v1.9.7
#!/usr/bin/env php
<?php
use Svick\Console\Console;
define('APP_NAME', 'cli');
define('ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
require ROOT_PATH . './vendor/autoload.php';
$console = new Console();
$console->start();
PHP
1
https://gitee.com/tomener/svick.git
git@gitee.com:tomener/svick.git
tomener
svick
svick
master

搜索帮助