Now I use git pull over the crown and build documentation with phpDocumentor.phar
Is there a ready-made server solution in nature that automates the task of updating the PHP code documentation? For example, tracking git-repositories.
Of course. This is from the CI series. You need to synchronize your repository with Jenkins or Travis (or another CI tool). In the selected CI, you can run any scripts at your discretion: documentation generation, unit tests, automatic builds, and so on. If you use something popular like github or bitbucket as a git server, you can do it without much knowledge
in this region.
Source: https://ru.stackoverflow.com/questions/567370/
All Articles