Download the PHP package mnapoli/phpdocreader without Composer
On this page you can find all versions of the php package mnapoli/phpdocreader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mnapoli/phpdocreader
More information about mnapoli/phpdocreader
Files in mnapoli/phpdocreader
Download mnapoli/phpdocreader
More information about mnapoli/phpdocreader
Files in mnapoli/phpdocreader
Vendor mnapoli
Package phpdocreader
Short Description PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
License MIT
Package phpdocreader
Short Description PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
License MIT
Keywords phpdocreflection
Please rate this library. Is it a good library?
Informations about the package phpdocreader
PhpDocReader
This project is used by:
Fork the README to add your project here.
Features
PhpDocReader parses @var
and @param
values in PHP docblocks:
It supports namespaced class names with the same resolution rules as PHP:
- fully qualified name (starting with
\
) - imported class name (eg.
use My\Cache\Backend;
) - relative class name (from the current namespace, like
SubNamespace\MyClass
) - aliased class name (eg.
use My\Cache\Backend as FooBar;
)
Primitive types (@var string
) are ignored (returns null), only valid class names are returned.
Usage
All versions of phpdocreader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package mnapoli/phpdocreader contains the following files
Loading the files please wait ....