theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

[Feature Request] Run phpdox without config file by options? #389

Open pwFoo opened 4 years ago

pwFoo commented 4 years ago

Would it possible to run phpdox with options instead of a config file? Just by execute phpdox.phar with some options like project name, source path and destination path?

theseer commented 4 years ago

There is currently no code for that, but I don't see a reason why that shouldn't be possible to implement.

What's the usecase?

pwFoo commented 4 years ago

I try to run phpdox inside of a docker container. So it would be nice to configure it by command line or environment variables.

pwFoo commented 4 years ago

Anyone have a phpdox docker image running? Still problems I can't solve (phploc, conversion to UTF-8 failed...)