awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
phpDocumentor avatar

phpDocumentor/ReflectionDocBlock

0
View on GitHub↗
9,383 स्टार्स·136 फोर्क्स·PHP·MIT·2 व्यूज़

ReflectionDocBlock

ReflectionDocBlock is a PHP docblock parser and doc-comment metadata extractor. It functions as a reflection wrapper that extends the standard PHP Reflection API to convert raw documentation blocks into structured objects.

The library provides tools for PHP documentation parsing and reflection tooling. It enables the extraction of structured metadata and annotations from reflection objects or raw doc-comment strings to support automated API documentation and static code analysis.

Features

  • Docblock Parsing - Extracts structured documentation and metadata by analyzing doc-comments from reflection objects or raw strings.
  • Parsing and Grammars - Implements a grammar-based parser to extract structured information and annotations from PHPDoc blocks.
  • Reflection - Acts as a reflection wrapper to facilitate deeper analysis of PHP source code documentation.
  • Doc-Comment Extraction - Provides the ability to retrieve raw documentation strings directly from PHP reflection objects for metadata analysis.
  • Doc-Comment Extractors - Converts raw PHP documentation blocks into structured objects for use in automated documentation tools.
  • PHP Parsers - Provides a specialized parser for extracting metadata and documentation from PHP docblocks.
  • Doc-Comment Analysis - Extracts structured metadata and annotations from PHP doc-comments to automate documentation and analysis.
  • Reflection Wrappers - Extends the native PHP Reflection API to capture detailed information stored in doc-comment strings.
  • Automated API Documentation - Supports automated API documentation by parsing associated docblocks of PHP classes and methods.
  • Static Code Analysis - Enables static code analysis by extracting metadata from PHP source code comments without execution.

स्टार हिस्ट्री

phpdocumentor/reflectiondocblock के लिए स्टार हिस्ट्री चार्टphpdocumentor/reflectiondocblock के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

phpdocumentor/reflectiondocblock क्या करता है?

ReflectionDocBlock is a PHP docblock parser and doc-comment metadata extractor. It functions as a reflection wrapper that extends the standard PHP Reflection API to convert raw documentation blocks into structured objects.

phpdocumentor/reflectiondocblock की मुख्य विशेषताएं क्या हैं?

phpdocumentor/reflectiondocblock की मुख्य विशेषताएं हैं: Docblock Parsing, Parsing and Grammars, Reflection, Doc-Comment Extraction, Doc-Comment Extractors, PHP Parsers, Doc-Comment Analysis, Reflection Wrappers।

phpdocumentor/reflectiondocblock के कुछ ओपन-सोर्स विकल्प क्या हैं?

phpdocumentor/reflectiondocblock के ओपन-सोर्स विकल्पों में शामिल हैं: doctrine/annotations — This project is a PHP docblock annotation parser and reflection metadata tool designed to extract structured metadata… nikic/php-parser — PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic… jshint/jshint — JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It… crablang/crab — Crab is a memory-safe systems programming language and ahead-of-time compiler designed for high-performance software.… jquery/esprima — Esprima is a JavaScript parser that converts source code into a structured abstract syntax tree. It implements a… doctrine/lexer — This project is a regular expression lexer library and lexical analysis engine used to break input strings into typed…

ReflectionDocBlock के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो ReflectionDocBlock के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • doctrine/annotationsdoctrine का अवतार

    doctrine/annotations

    6,738GitHub पर देखें↗

    This project is a PHP docblock annotation parser and reflection metadata tool designed to extract structured metadata from doc-comments and convert them into class instances. It functions as a system for retrieving and managing custom metadata attached to classes, methods, and properties. The library includes a metadata caching system to store parsed results, which reduces the performance overhead associated with repeated reflection calls and string parsing. It also serves as a static analysis utility for validating source code structure and enforcing coding standards through automated docblo

    PHP
    GitHub पर देखें↗6,738
  • nikic/php-parsernikic का अवतार

    nikic/PHP-Parser

    17,437GitHub पर देखें↗

    PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic manipulation. It functions as a parser, a code generator, and a static analysis framework. The project enables the programmatic construction of abstract syntax tree nodes through a fluent interface and provides the ability to transform these trees back into formatted source code. It includes a serializer that exports abstract syntax trees to JSON format and reconstructs them from strings. The toolset covers several capability areas, including namespace resolution, constant exp

    PHP
    GitHub पर देखें↗17,437
  • jshint/jshintjshint का अवतार

    jshint/jshint

    9,064GitHub पर देखें↗

    JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It functions as a syntax validator that scans source code to identify potential logic problems and programming mistakes before the code is executed. The tool provides a command line interface for analyzing files and directories. It supports the export of analysis results into standardized formats such as Checkstyle for integration with external build tools. Analysis is managed through a system of linting rule management and environment global configuration. This includes the ability

    JavaScript
    GitHub पर देखें↗9,064
  • crablang/crabcrablang का अवतार

    crablang/crab

    5,090GitHub पर देखें↗

    Crab is a memory-safe systems programming language and ahead-of-time compiler designed for high-performance software. It utilizes a type system based on strict ownership and borrowing rules to prevent memory access errors at compile time. The toolchain includes an automated documentation generator that produces technical reference manuals and API guides by parsing structured source code annotations. It also features a dependency management tool to resolve external library graphs and ensure consistent project builds. The project covers software build automation, static type checking, and mult

    Rust
    GitHub पर देखें↗5,090
  • ReflectionDocBlock के सभी 30 विकल्प देखें→