xtuple / xdruple
面向对象、代码驱动的 Drupal 7 框架
此软件包的官方仓库似乎已消失,因此软件包已被冻结。
dev-master
2019-01-18 17:09 UTC
Requires
- php: ^7.1
- ext-intl: *
- drupal/drupal: ^7.63
- drupal/views: ^3.20
- xtuple/util: dev-master
Requires (Dev)
- phpunit/phpunit: ^7.5
- roave/security-advisories: dev-master
This package is not auto-updated.
Last update: 2019-06-18 22:54:33 UTC
README
xDruple 是 xTuple 基于 Drupal 7 开发的一个 PHP 7 框架,允许对 Drupal 7 进行面向对象、代码驱动的开发。
文档
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 目录中。