xtuple/xdruple

Object-Oriented, Code-Driven Drupal 7 framework

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 808

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 3

Type: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 is a PHP 7 framework built by xTuple on top of Drupal 7 to allow object-oriented, code-driven development for Drupal 7.

Documentation

ASCIIDoc is used for documentation. To generate documentation run:

asciidoctor --backend html5 --doctype book --destination-dir target/docs docs/index.adoc

Documentation will be located in target/docs

Testing

phpunit --coverage-html target/coverage/html

Code coverage report will be available in target/coverage/html

Build

Phing is used to build project.

phing build

Archived project code with the dependencies will be available in target/build directory.