evert/phpdoc-md
Generates Markdown documentation from PHP source using phpDocumentor-style docblocks. Turn packages and libraries into clean README/API docs with configurable templates and output paths—handy for publishing reference docs to GitHub, wikis, or static sites.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dokapi/dokapi | 0.91 | dokapi/dokapi is a Laravel/PHP package aimed at building and serving API documentation. It helps you generate docs from your application and publish them in a browsable format, making it easier to keep endpoints, requests, and responses in sync. | 0 | 6 | — | 0 | — | 0.0 | — | — | — | |
| phpdocumentor/template-abstract | 0.90 | Abstract base template package for phpDocumentor. Provides common structure, assets, and utilities used by documentation templates, making it easier to build and maintain custom phpDocumentor themes with shared, reusable components. | 5 | 5 | 5 | 191 | 11 | 1.7 | 16.9 | — | — | |
| artur-gajewski/documentor-bundle | 0.87 | — | 7 | 7 | 5 | 2 | 1 | 0.4 | 1.3 | NOASSERTION | — | |
| mpociot/documentarian | 0.87 | — | 375 | 378 | 85 | 11K | 11 | 11.2 | 27.0 | NOASSERTION | 6 years ago | |
| mpociot/laravel-apidoc-generator | 0.87 | Generate API docs automatically from your existing Laravel, Lumen, or Dingo routes. Run php artisan apidoc:generate to produce up-to-date documentation from code and routes, with configurable output via an apidoc.php config file. | 3,452 | 3,474 | 600 | 9K | 35 | 53.7 | 26.7 | MIT | 6 years ago | |
| genericmilk/docudoodle | 0.86 | AI-powered PHP documentation generator that analyzes your codebase and creates comprehensive Markdown docs. Supports smart caching, skips existing docs, and enables quick top-up runs. Great for onboarding teams to undocumented apps fast. | 160 | 154 | 16 | 4K | 0 | 18.7 | 22.6 | MIT | 3 months ago | |
| phpdocumentor/shim | 0.86 | Composer installer shim that downloads the official phpDocumentor PHAR from the main repo and places it in vendor/bin for easy use in your project. Tracks released phpDocumentor versions; for bleeding-edge builds, use the main repo. | 7 | 7 | 0 | 33K | 0 | 25.5 | 57.3 | MIT | 2 months ago | |
| phpdocumentor/reflection-docblock | 0.86 | PHPDoc-compatible DocBlock parser from phpDocumentor. Use DocBlockFactory to parse doc comments or Reflection objects, extracting summaries, descriptions, and tags for annotations and metadata. Ideal for tooling that reads and interprets PHPDoc blocks. | 9,366 | 9,394 | 136 | 10M | 10 | 55.0 | 52.9 | MIT | 4 months ago | |
| ostico/phpdoc-md | 0.86 | Generate Markdown documentation from PHPDoc comments in your PHP project. phpdoc-md scans classes, methods, and annotations to build readable docs you can publish or include in repos. Useful for keeping API docs in sync with code. | 0 | — | 0 | — | 0 | 0.0 | — | MIT | — | |
| klitsche/dog | 0.86 | Dog is a lightweight source code documentation generator for PHP libraries. Built on phpDocumentor/reflection and Twig, it analyzes code and phpdoc, validates documentation with configurable rules, and outputs Markdown suitable for MkDocs and similar tools. | 2 | 2 | 0 | 2 | 0 | 2.1 | 3.1 | MIT | 3 years ago | |
| code-lts/doctum | 0.85 | Doctum for Laravel: generate versioned API documentation for your PHP codebase with a clean, searchable HTML output. Supports configuration, theming, and multi-version docs, making it easy to publish and maintain docs for packages and applications. | 357 | 358 | 45 | 3K | 13 | 23.3 | 19.0 | MIT | 5 months ago | |
| cvuorinen/phpdoc-markdown-public | 0.84 | Generate clean Markdown documentation from PHPDoc comments for public APIs. Extracts classes, methods, and types into readable docs for packages and projects, helping you publish consistent reference docs directly from your codebase. | 35 | 36 | 27 | 66 | 4 | 2.0 | 7.0 | MIT | — | |
| victorjonsson/markdowndocs | 0.83 | Generate single-page Markdown API docs from PHP DocBlocks. Install via Composer and run phpdoc-md to scan your source, include public/protected methods, respect @ignore, and infer missing types using reflection. | 102 | 103 | 30 | 995 | 8 | 3.9 | 16.3 | MIT | 10 years ago | |
| phpdocumentor/phpdocumentor | 0.83 | phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. | 4,346 | 4,419 | 647 | 10K | 146 | 81.5 | 37.8 | MIT | 2 months ago | |
| saggre/phpdocumentor-markdown | 0.83 | phpDocumentor Markdown template that generates GitHub/GitLab-ready docs from PHP source. Documents classes, interfaces, traits, functions, methods, properties, types, modifiers, and inheritance. Run phpdoc with the template to output Markdown for repos, wikis, or AI context. | 22 | 22 | 9 | 4K | 3 | 1.2 | 32.3 | MIT | — | |
| theseer/phpdox | 0.82 | phpDox is a PHP documentation generator that builds API docs from your source code using reflection, tokens, and optional PHPDoc. It produces structured HTML output and integrates with PHPUnit coverage, offering configurable builds for libraries and apps. | 601 | 606 | 120 | 8K | 47 | 24.1 | 32.5 | NOASSERTION | 7 years ago | |
| michelf/php-markdown | 0.81 | michelf/php-markdown is a fast, standards-based Markdown parser for PHP (Markdown and Markdown Extra). Convert Markdown text to HTML with optional extended syntax, designed for easy embedding in apps and frameworks, with stable output and minimal setup. | 3,462 | 3,548 | 519 | 646K | 87 | 52.1 | 54.9 | NOASSERTION | — | |
| phpdocumentor/guides-markdown | 0.76 | Markdown adapter for phpDocumentor Guides. Adds parsing and rendering of Markdown content so documentation projects can mix Markdown pages into the Guides pipeline, supporting common docs workflows and static site generation. | 3 | 3 | 1 | 6K | 0 | 1.2 | 43.5 | MIT | 2 years ago | |
| easy-doc/easy-doc | 0.75 | Easy Doc is a Laravel/PHP package for quickly generating and serving project documentation. It helps you organize docs, render them for the web, and keep content maintainable with a simple setup suitable for small apps and internal tools. | 4 | 4 | 4 | 4K | 0 | 5.0 | 40.4 | MIT | 1 year ago | |
| appventus/php-doc-fill-bundle | 0.74 | — | 0 | 1 | 0 | 0 | 0 | 0.0 | — | — | — |
How can I help you explore Laravel packages today?