xtuple/util

xTuple PHP实用类库

此包的官方仓库似乎已消失,因此包已被冻结。

dev-master 2019-01-18 21:49 UTC

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 目录中。