康索齐
Consozzy 是一个用于控制台应用程序的简单控制台库。 它为您的图书馆和课堂提供了简单的路由器。
警告
这个包是为练习而开发的。 我不推荐用于您的实际应用程序。 你可以使用包。
安装
要通过 composer 安装,只需将以下内容放入composer.json文件中:
{
" require " : {
" ozziest/consozzy " : " 2.* " ,
}
}
$ composer install
用法
$ php console publisher:library:command:method
自定义命令
namespace Publisher \ Library ;
class Mycommand {
use \ Ozziest \ Consozzy \ Screen ;
public funct
2021-07-07 21:03:14
4KB
PHP
1