Libraries tagged by docblock
hazaarlabs/hazaar-parser
6535 Downloads
The Text Parser plugin for Hazaar MVC
solarismedia/nette-reflection
2388 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
samsara/roster
797 Downloads
A PHP console tool to generate Markdown documentation from your docblocks and types hints using templates.
quellabs/annotation-reader
142 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
antares/accessible
3882 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
tjgazel/laravel-docblock-acl
224 Downloads
ACL for laravel using docblock
dannykopping/docblock
1762 Downloads
A simple library for parsing PHP DocBlock comments
odan/docblock-checker
4290 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
deployee/docblock
38429 Downloads
vicebas/php-docblock-generator
719 Downloads
Generate PHPDoc Blocks in files and Folders
digitalkaoz/typehint-to-docblock
24 Downloads
converts typehints to docblocks and vice versa
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.
type-lang/phpdoc-standard-tags
8135 Downloads
Adds support for standard PHPDoc tags
smalldb/annotations
83 Downloads
Docblock Annotations Parser based on Doctrine Annotations
samsara/mason
799 Downloads
A PHPDoc docblock interpreter that is simple, easy to use, and provides Attribute alternatives.