You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sami has been deprecated, but I wasn't able to find a good replacement for it.
phpDox almost completely lacks documentation and provides very limited functionality out of the box. I was able to connect it to phploc, but not to coverage reports. No error messages, just 0 % coverage, despite the coverage reports themselves looking OK. After reading several through issues on github I gave up. The HTML output also looks dated and less appealing than the output from Sami.
phpDocumenter seems to be the main candidate. The clean template looks quite good, not too different from Sami. On the negative side, it doesn't play well with composer. Pear is a no-go, but it also provides a phar package and I just learned that there is a tool called phive to manage phar packages:
But it installs 2.9 and phpDocumenter 2 doesn't seem to support PHP 7 fully. PhpDocumenter 3, on the other hand, is in alpha 3 and has been in development for years.
Sami has been deprecated, but I wasn't able to find a good replacement for it.
phpDox almost completely lacks documentation and provides very limited functionality out of the box. I was able to connect it to phploc, but not to coverage reports. No error messages, just 0 % coverage, despite the coverage reports themselves looking OK. After reading several through issues on github I gave up. The HTML output also looks dated and less appealing than the output from Sami.
phpDocumenter seems to be the main candidate. The
clean
template looks quite good, not too different from Sami. On the negative side, it doesn't play well with composer. Pear is a no-go, but it also provides a phar package and I just learned that there is a tool called phive to manage phar packages:But it installs 2.9 and phpDocumenter 2 doesn't seem to support PHP 7 fully. PhpDocumenter 3, on the other hand, is in alpha 3 and has been in development for years.
The text was updated successfully, but these errors were encountered: