Download the PHP package php-di/phpdoc-reader without Composer
On this page you can find all versions of the php package php-di/phpdoc-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-di/phpdoc-reader
More information about php-di/phpdoc-reader
Files in php-di/phpdoc-reader
Download php-di/phpdoc-reader
More information about php-di/phpdoc-reader
Files in php-di/phpdoc-reader
Vendor php-di
Package phpdoc-reader
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 phpdoc-reader
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 phpdoc-reader
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 phpdoc-reader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package php-di/phpdoc-reader contains the following files
Loading the files please wait ....