vicebas / php-docblock-generator
Generate PHPDoc Blocks in files and Folders
Installs: 719
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 14
pkg:composer/vicebas/php-docblock-generator
This package is not auto-updated.
Last update: 2025-12-07 01:15:37 UTC
README
This class will generate docblock outline for files/folders. Use from command line - params: file/folder - the file or folder you want to docblock (php files) -r - to have it recursively go through a folder target function - to docblock only a specific method/function name Example: bin/docblock target.php targetFunction or bin/docblock target/dir -r targetFunction Credit to Sean Coates for the getProtos function, modified a little. http://seancoates.com/fun-with-the-tokenizer