文件名称:HALHelper:Symfony 控制台组件 HAL 助手
文件大小:241KB
文件格式:ZIP
更新时间:2024-07-28 03:15:29
PHP
HAL 助手 安装 第 1 步:作曲家 将以下行添加到composer.json文件中: { " require " : { " phpgames/hal-helper " : " ~1.0 " } } 用法 默认情况下,HAL 徽标将显示在屏幕*且没有文字。 要自定义输出样式,请更改构造函数参数: 徽标和文本居中对齐 $ hal = new HAL ( $ output ); $ hal -> sayHello (); 标志和文字左对齐 $ hal = new HAL ( $ output , true , false ); $ hal -> sayHello (); 仅徽标居中对齐 $ hal = new HAL ( $ output , false ); $ hal -> sayHello (); 仅徽标左对齐 $ hal = new HA
【文件预览】:
HALHelper-master
----src()
--------PHPGames()
----phpunit.xml.dist(745B)
----doc()
--------images()
----.travis.yml(223B)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------PHPGames()
--------bootstrap.php(226B)
----.gitignore(22B)
----composer.json(745B)