Download the PHP package mfn/php-reflection-gen without Composer
On this page you can find all versions of the php package mfn/php-reflection-gen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mfn/php-reflection-gen
More information about mfn/php-reflection-gen
Files in mfn/php-reflection-gen
Download mfn/php-reflection-gen
More information about mfn/php-reflection-gen
Files in mfn/php-reflection-gen
Vendor mfn
Package php-reflection-gen
Short Description Generates PHP source code shells from the current runtime via Reflections
License MIT
Homepage http://github.com/mfn/php-reflection-gen
Package php-reflection-gen
Short Description Generates PHP source code shells from the current runtime via Reflections
License MIT
Homepage http://github.com/mfn/php-reflection-gen
Please rate this library. Is it a good library?
Informations about the package php-reflection-gen
Reflection based PHP stub generator
Homepage: https://github.com/mfn/php-reflection-gen
Blurb
Uses the reflection capabilities of the current PHP runtime and emits all classes, interfaces, traits and functions in parsable (but probably not runnable) PHP code.
Install / Usage
php_reflection_gen.php
Will output all reflected data to stdout. Optionally you can write it to a file or to a directory.
In case using --directory
, for each PHP extension a separate file is created.
TODOs / Ideas
- Properly handle namespaces (currently not a concern because of no PHP internals use Namespaces)
- Handle non-internal PHP reflections
- Support older (<5.4) PHP versions
© Markus Fischer [email protected]
All versions of php-reflection-gen with dependencies
PHP Build Version
Package Version
The package mfn/php-reflection-gen contains the following files
Loading the files please wait ....