xtuple / api
xTuple REST API PHP客户端
此包的官方仓库似乎已消失,因此该包已被冻结。
dev-master
2019-01-03 15:49 UTC
Requires
- php: ^7.1
- ext-openssl: *
- xtuple/util: dev-master
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is not auto-updated.
Last update: 2019-06-18 22:28:36 UTC
README
库,提供一系列包以连接到xTuple的REST API。
文档
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目录中。