Download the PHP package frzb/php-doc-reader without Composer
On this page you can find all versions of the php package frzb/php-doc-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frzb/php-doc-reader
More information about frzb/php-doc-reader
Files in frzb/php-doc-reader
Download frzb/php-doc-reader
More information about frzb/php-doc-reader
Files in frzb/php-doc-reader
Vendor frzb
Package php-doc-reader
Short Description PhpDocReader parses @var and @param types
License MIT
Homepage https://github.com/fractalzombie/frzb-php-doc-parser
Package php-doc-reader
Short Description PhpDocReader parses @var and @param types
License MIT
Homepage https://github.com/fractalzombie/frzb-php-doc-parser
Please rate this library. Is it a good library?
Informations about the package php-doc-reader
PhpDocReader
Features
PhpDocReader parses @var
and @param
values in PHP DocBlock:
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 php-doc-reader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
doctrine/annotations Version ^1.14
friendsofphp/php-cs-fixer Version ^3.42
frzb/dependency-injection Version ^2.0
symfony/framework-bundle Version ^6.0|^7.0
fp4php/functional Version ^6.0
doctrine/annotations Version ^1.14
friendsofphp/php-cs-fixer Version ^3.42
frzb/dependency-injection Version ^2.0
symfony/framework-bundle Version ^6.0|^7.0
fp4php/functional Version ^6.0
The package frzb/php-doc-reader contains the following files
Loading the files please wait ....