xtuple / util
xTuple PHP实用类库
此包的官方仓库似乎已消失,因此包已被冻结。
dev-master
2019-01-18 21:49 UTC
Requires
- php: ^7.1
- ext-curl: *
- ext-intl: *
- ext-json: *
- ext-openssl: *
- ext-pdo: *
- ext-simplexml: *
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is not auto-updated.
Last update: 2019-06-18 22:50:18 UTC
README
提供一组类库的库,以便在xTuple的其他库之间通用。
文档
ASCIIDoc 用于文档。要生成文档,请运行
asciidoctor --backend html5 --doctype book --destination-dir target/docs docs/index.adoc
文档将位于 target/docs
测试
phpunit --coverage-html target/coverage/html
代码覆盖率报告将位于 target/coverage/html
构建
Phing 用于构建项目。
phing build
包含依赖项的存档项目代码将位于 target/build 目录中。