phptest/cli

命令行应用程序工厂

dev-master 2014-06-18 23:08 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:54:18 UTC


README

主分支构建: Master branch build status
要求: PHP >= 5.4 || HHVM >= 3.0

PHPTest CLI 是一个基于流行的 Symfony Console 库和 PHPTest Service Container 的应用程序工厂。

您可以选择任何您喜欢的安装方式,但我推荐使用 Composer

{
    "require": {
        "phptest/cli": "*"
    }
}

贡献

所有贡献,包括问题、评论和拉取请求,都应提交到主 phptest/phptest 存储库。

许可证

本库内容由 Andrew Lawson 根据 MIT 许可证 发布。
您可以在 LICENSEhttps://open-source.org.cn/licenses/mit 找到该许可证的副本。