GitHunt

Simple PHPDOC document parser to create a json output. It is created very much
for our own purposes at Appzio, so it might not do every trick in the book,
but extending is very easy.

Takes input of a directory and produces one json file with the hierarchy & code
structure along with comments in a flat array.

We use this file to create our documentation inside WordPress (example as a png).

Supported items:

calling from command line (you can define target as a second parameter, but its not required)
php Doctim.php /Users/MyUser/documents/source/

calling from browser
Doctim.php?source=/Users/MyUser/documents/source/

Author: Timo Railo (timo@appzio.com)

License: GNU LESSER GENERAL PUBLIC LICENSE

Languages

PHP100.0%

Contributors

MIT License
Created October 2, 2017
Updated January 5, 2024
appzio/doctim | GitHunt