Download the PHP package larammerce/annotation-parser without Composer
On this page you can find all versions of the php package larammerce/annotation-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download larammerce/annotation-parser
More information about larammerce/annotation-parser
Files in larammerce/annotation-parser
Download larammerce/annotation-parser
More information about larammerce/annotation-parser
Files in larammerce/annotation-parser
Vendor larammerce
Package annotation-parser
Short Description A PHP annotation parser system based on PHP-doc.
License MIT
Package annotation-parser
Short Description A PHP annotation parser system based on PHP-doc.
License MIT
Please rate this library. Is it a good library?
Informations about the package annotation-parser
annotation-parser
A PHP annotation parser.
Installation
By default there is no annotation in php language, but for cleaner and meaningful code writing, if you need annotations, then the php annotation parse can be a solution.
Usage
Assume that we have a class named FakeClassWithAnnotation
with a method named fake_method_with_annotation
as below and there exists a function with name fake_helper_function
out of the class.
We want to parse the data in @role
, @annotation
or every other annotation in phpdoc section.
All versions of annotation-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
The package larammerce/annotation-parser contains the following files
Loading the files please wait ....