Author: Manuel Lemos
Updated on: 2020-12-06
Posted on: 2020-12-06
Package: PHP Doctor
A common practice among PHP developers is to use PHPDoc comments to store attributes about the different sections of a component like classes, functions, variables.
On a complex project it is hard to have all relevant components well documented.
This package simplifies the process of producing complete documentation of projects with multiple components, as it can scan code files to find which components are missing documentation in PHPDoc format, or even find mistakes in existing PHPDoc comments.
About the PHP Doctor Package
The package PHP Doctor is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Scan PHP to find missing or wrong PHPDoc comments
Here follows in more detail what it does:
This package can scan PHP to find missing or wrong PHPDoc comments.
It can scan a given string with PHP code or a PHP script file or all PHP script files in a given directory.
The package returns all the documentation errors that it finds in the scanned code.
Conclusion
The PHP Doctor can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.