Libraries tagged by docblock
archielite/laravel-facade-docblock-generator
7275 Downloads
Laravel Facade Docblock Generator
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
samsara/mason
1060 Downloads
A PHPDoc docblock interpreter that is simple, easy to use, and provides Attribute alternatives.
leaditin/annotations
24 Downloads
A simple API for reading any kind of annotations from PHP Class
kigkonsult/pcgen
59 Downloads
PHP Code Generation support package
kerryrandolph/wp-hook-annotations
1257 Downloads
Use PHP docblock @annotations to register WordPress hooks, filters and shortcodes
firesphere/silverstripe-docgenerator
42 Downloads
Generate APIGen docs on flush
pradosoft/apigen
3204 Downloads
PHP source code API generator - Prado fork
cubesolutions/phpconsistent
129 Downloads
PHPConsistent is a dynamic and static code analysis tool that verifies the consistency between the function/method calls your code makes and the in-line documentation (docblock) of the called functions/methods.
zero-to-prod/docgen-visitor
878 Downloads
A PHP AST visitor for automatically generating or updating docblocks in PHP source code.
richardgoldstein/fat-free-routes
137 Downloads
Generate FatFreeFramework Routes from DocBlocks
quellabs/annotation-reader
311 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
knuckleswtf/scribe-tags2attributes
92 Downloads
Automatically convert most Scribe v3 docblock tags to v4 PHP 8 attributes
joby/smol-context
63 Downloads
A lightweight DI container for PHP for global, low-config service and object registration. Use it to resolve and inject services, objects, and config values anywhere. You can execute callables with injected dependencies, instantiate objects with dependencies, and even include files using a unique DocBlock injection system.
antares/accessible
3930 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.