Andrewsville / PHP-Token-Reflection

Library emulating the PHP internal reflection using just the tokenized source code
http://andrewsville.github.com/PHP-Token-Reflection/
Other
190 stars 44 forks source link

Fixed missing formatting #67

Closed olvlvl closed 8 years ago

lisachenko commented 8 years ago

@olvlvl for alternative, you can use Roave/BetterReflection or goaop/parser-reflection libraries.

olvlvl commented 8 years ago

Hi @lisachenko, I was going for nikic/PHP-Parser, but both your suggestions looks really interesting. Thanks.

lisachenko commented 8 years ago

@olvlvl Basically, both previous packages uses nikic/PHP-Parser under the hood, so you can rely on them )