Libraries tagged by docblock
niktux/addendum
6296 Downloads
Annotations support for PHP (fork of addendum)
piotrpress/wordpress-hooks
99 Downloads
This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.
solarismedia/nette-reflection
1828 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
logicbrush/metrics
9446 Downloads
Examines the clover metrics for the project and will update method Docblocks in the provided source file with `@Metric` annotations.
antares/accessible
3841 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
dugajean/wp-hook-annotations
3867 Downloads
Use PHP Docblock (annotations) to register WordPress hooks, filters and shortcodes.
dannykopping/docblock
1757 Downloads
A simple library for parsing PHP DocBlock comments
codedor/facade-docblock-generator
572 Downloads
Generate docblocks for your facade
odan/docblock-checker
4290 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
digitalkaoz/typehint-to-docblock
22 Downloads
converts typehints to docblocks and vice versa
aramonc/docblock-parser
25 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.
smalldb/annotations
75 Downloads
Docblock Annotations Parser based on Doctrine Annotations
rafrsr/licenser
18 Downloads
Automates the prepending of a license header doc block to your source files.
omocha/omocha
211 Downloads
Simple annotation parser
oldpak/lexer
20 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.