Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 639 Bytes

idOS-Queue

Handles all requests to scrape, feature, email, sms and cra daemons (handlers).

Manuals

The operation manual can be found here.

The setup manual can be found here.

Documentation

To generate the internal documentation, run:

./vendor/bin/phploc --log-xml=build/phploc.xml app/
./vendor/bin/phpmd app/ xml cleancode,codesize,controversial,design,naming,unusedcode --reportfile build/pmd.xml
./vendor/bin/phpcs --standard=VeriduRuleset.xml --report=xml --report-file=build/phpcs.xml app/
./vendor/bin/phpdox --file phpdox.xml.dist

The files will be stored at docs/.