文件名称:命令:使用PHP构建命令行应用程序的库
文件大小:213KB
文件格式:ZIP
更新时间:2024-02-25 19:19:12
cli syntax php command-line-app twig
塔萨纳指挥部 一个使用PHP构建命令行应用程序的库。 这是一部分。 目录 从1.1.0版开始以 在1.2.0版上新的 安装 使用Composer安装 composer require tarsana/command 您的第一个命令 让我们编写一个“ Hello World”命令。 创建一个具有以下内容的文件hello.php : <?php require __DIR__. '/vendor/autoload.php' ; use Tarsana \ Command \ Command ; class HelloWorld extends Command { protected f
【文件预览】:
command-master
----tester()
--------Mocks()
--------CommandTestCase.php(3KB)
----.gitignore(67B)
----src()
--------Interfaces()
--------Console()
--------Command.php(10KB)
--------Commands()
--------Template()
--------SubCommand.php(1001B)
--------Helpers()
--------Config()
----.travis.yml(267B)
----LICENSE(1KB)
----composer.json(652B)
----composer.lock(75KB)
----examples()
--------RepeatCommand.php(813B)
--------ListCommand.php(472B)
--------tests()
--------RenderCommand.php(686B)
--------HelloWorld.php(665B)
----README.md(20KB)
----phpunit.xml(918B)
----tests()
--------resources()
--------bootstrap.php(159B)
--------Acceptance()
--------Unit()
----docs()
--------screenshots()
----.editorconfig(276B)