Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/oxmd
Extension that applies metrics according to OXID module certification guidelines and computes the expected module certification price.
https://github.com/oxid-esales/oxmd
oxid-esales php phpmd phpmd-rulesets
Last synced: about 1 month ago
JSON representation
Extension that applies metrics according to OXID module certification guidelines and computes the expected module certification price.
- Host: GitHub
- URL: https://github.com/oxid-esales/oxmd
- Owner: OXID-eSales
- License: other
- Created: 2014-05-20T09:59:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T09:15:57.000Z (almost 6 years ago)
- Last Synced: 2024-08-05T21:38:04.097Z (5 months ago)
- Topics: oxid-esales, php, phpmd, phpmd-rulesets
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 5
- Watchers: 34
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
OXMD
====OXMD is an extension of [PHPMD](http://phpmd.org/) that applies metrics according to [OXID module certification guidelines](http://wiki.oxidforge.org/Certification/Modules) and computes the expected module certification price.
OXMD was developed in cooperation between [OXID eSales AG](http://www.oxid-esales.com) and [Qafoo GmbH](http://qafoo.com).
Installation
------------* Install PHP with XDebug
* [Install composer](https://getcomposer.org/doc/00-intro.md#installation-nix)
* Run `php composer.phar create-project phpmd/oxmd`Run
---* Run the unit tests of your module and make sure you generate a clover coverage report with the `--coverage-clover` option
* In the OXMD directory run `src/bin/oxmd`, it will show you the available options.