Download the PHP package voku/phpdoctor without Composer
On this page you can find all versions of the php package voku/phpdoctor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download voku/phpdoctor
More information about voku/phpdoctor
Files in voku/phpdoctor
Package phpdoctor
Short Description Check for missing or wrong phpdoc comments.
License Apache-2.0
Homepage https://github.com/voku/PHPDoctor
Informations about the package phpdoctor
🏥 PHPDoctor
Check PHP files or directories for missing types.
If you already use PHPStan for your type checks but sometimes someone in the team still commit non typed code, then PHPDoctor is for you.
Install via "phar" (recommended)
https://github.com/voku/PHPDoctor/releases
Install via "composer require"
Quick Start
Demo
Parse a string:
Ignore errors
You can use in @param or @return phpdocs to ignore the errors directly in your code.
Building the PHAR file
Prepare: https://github.com/phar-io/phive
Support
For support and donations please visit Github | Issues | PayPal | Patreon.
For status updates and release announcements please visit Releases | Twitter | Patreon.
For professional support please contact me.
Thanks
- Thanks to GitHub (Microsoft) for hosting the code and a good infrastructure including Issues-Managment, etc.
- Thanks to IntelliJ as they make the best IDEs for PHP and they gave me an open source license for PhpStorm!
- Thanks to Travis CI for being the most awesome, easiest continous integration tool out there!
- Thanks to StyleCI for the simple but powerfull code style check.
- Thanks to PHPStan && Psalm for really great Static analysis tools and for discover bugs in the code!
All versions of phpdoctor with dependencies
voku/simple-php-code-parser Version ~0.19.0
symfony/console Version ~3.4 || ~4.1 || ~5.0 || ~6.0