Download the PHP package type-lang/phpdoc without Composer
On this page you can find all versions of the php package type-lang/phpdoc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpdoc
Reference implementation for TypeLang PHPDoc Parser.
Read documentation pages for more information.
Installation
TypeLang PHPDoc Parser is available as Composer repository and can be installed using the following command in a root of your project:
Quick Start
Expected Output:
Structural Elements
DocBlock
DocBlock is a representation of the comment object.
getDescription()
― Provides aDescription
object.getTags()
― Provides a list ofTag
objects.
Description
Description is a representation of the description object which may contain other tags.
getTemplate()
― Provides a sprintf-formatted template string of the description.getTags()
― Provides a list ofTag
objects.
Tag
A Tag represents a name (ID) and its contents.
getName()
― Provides a tag's name (ID).getDescription()
― Provides an optional description of the tag.
All versions of phpdoc with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package type-lang/phpdoc contains the following files
Loading the files please wait ....