Simple tool to benchmark

0.1.0 2017-03-02 00:55 UTC

This package is auto-updated.

Last update: 2024-04-23 04:30:32 UTC


README

Build Status Code Climate Test Coverage

Benchmarking Tools

Utils

phploc
php vendor/bin/phploc src --log-xml=build/logs/phploc.xml
phpcs
php vendor/bin/phpcs --standard=PSR2 --bootstrap=vendor/autoload.php --report=xml --report-file=build/logs/checkstyle.xml src/
phpmd
php vendor/bin/phpmd src/ html cleancode, codesize, controversial, design, naming, unusedcode > build/logs/phpmd.html
phpcpd
php vendor/bin/phpcpd --log-pmd=build/logs/phpmd-phpcpd.xml --progress src/
pdepend
php vendor/bin/pdepend --jdepend-xml=build/logs/jdepend.xml --jdepend-chart=build/logs/pdepend.svg --overview-pyramid=build/logs/overview-pdepend.svg --coderank-mode=method src/
phpunit
php vendor/bin/phpunit 
phpdox
php vendor/bin/phpdox