php 的代码解析相关的扩展

  • https://github.com/PHP-DI/PhpDocReader
    在 PHP docblocks 注释中解析 @var and @param 的值
  • https://github.com/Roave/BetterReflection
    更好的反射解析工具
  • https://github.com/phpDocumentor/phpDocumentor
    注释文档解析工具
  • https://github.com/nikic/PHP-Parser
    php 解析抽象语法树
  • https://github.com/doctrine/annotations
    php 的注解解析器
  • https://github.com/phpDocumentor/ReflectionDocBlock
    ReflectionDocBlock
  • https://github.com/thecodingmachine/graphqlite
    php 注解实现 graphql

你可能感兴趣的:(php 的代码解析相关的扩展)