phpdocumentor/reflectiondocblock

ReflectionDocBlock is a PHP library that parses DocBlocks according to the PHPDoc standard.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 7th, 2026
Created on April 6th, 2012
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 136
Total Stargazers: 9,361 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.2 hours
Mean response time: 42.7 days
90th percentile: 72.6 days
Tracked items: 18

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 271 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • in discussion (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ReflectionDocBlock is a PHP library that parses DocBlocks according to the PHPDoc standard.

The tool solves the problem of extracting and interpreting structured information embedded in PHP documentation comments. It works by providing a DocBlockFactory that accepts either raw DocBlock strings or reflection objects with a getDocComment method, then parses them into queryable DocBlock objects whose methods expose the extracted metadata.

Developers should choose this tool when building libraries that need to support annotations via DocBlocks or when they need to programmatically retrieve information from PHP documentation comments. It suits projects that rely on DocBlock metadata for runtime behavior, code generation, or documentation extraction. The tool is designed to be fully compatible with the PHPDoc standard, making it suitable for any project following that specification.

The project shows consistent maintenance with regular commits addressing bug fixes and improvements. Development activity includes ongoing refinement of the parsing logic and handling of edge cases in DocBlock interpretation. The codebase receives updates that suggest active attention to compatibility and correctness issues.