2017 © Pedro Peláez
 

library php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

image

mfn/php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

  • Monday, November 10, 2014
  • by mfn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Reflection based PHP stub generator

Homepage: https://github.com/mfn/php-reflection-gen, (*1)

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., (*2)

Install / Usage

composer require mfn/php-reflection-gen 0.0.5

php_reflection_gen.php, (*3)

Will output all reflected data to stdout. Optionally you can write it to a file or to a directory., (*4)

In case using --directory, for each PHP extension a separate file is created., (*5)

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 markus@fischer.name, (*6)

The Versions

10/11 2014

dev-master

9999999-dev http://github.com/mfn/php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

  Sources   Download

MIT

The Requires

 

by Markus Fischer

code generator reflection

28/10 2014

v0.0.4

0.0.4.0 http://github.com/mfn/php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

  Sources   Download

MIT

The Requires

 

by Markus Fischer

code generator reflection

13/10 2014

v0.0.3

0.0.3.0 http://github.com/mfn/php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

  Sources   Download

MIT

The Requires

 

by Markus Fischer

code generator reflection

13/10 2014

v0.0.2

0.0.2.0 http://github.com/mfn/php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

  Sources   Download

MIT

The Requires

 

by Markus Fischer

code generator reflection

12/10 2014

v0.0.1

0.0.1.0 http://github.com/mfn/php-reflection-gen

Generates PHP source code shells from the current runtime via Reflections

  Sources   Download

MIT

The Requires

 

by Markus Fischer

code generator reflection