xtuple / api-commerce
xTuple Commerce API client
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master
2019-01-03 16:38 UTC
Requires
- php: ^7.1
- xtuple/api: dev-master
- xtuple/util: dev-master
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is not auto-updated.
Last update: 2019-06-18 22:50:23 UTC
README
Library to interact with xTuple Commerce REST API.
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.