xtuple/xdruple

面向对象、代码驱动的 Drupal 7 框架

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

安装: 808

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 8

分支: 3

类型:drupal-module

dev-master 2019-01-18 17:09 UTC

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