cvuorinen/phpdoc-markdown-public
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phpdocumentor/reflection-docblock | 0.89 | 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 | |
| dokapi/dokapi | 0.88 | 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/shim | 0.88 | 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 | |
| christhompsontldr/laravel-docit | 0.88 | Laravel package that generates and serves project documentation inside your app. Docit helps you organize docs, expose them via routes/views, and keep README-style content accessible for teams without leaving Laravel. | 0 | 0 | 0 | 0 | 0 | 13.0 | — | — | 4 months ago | |
| klitsche/dog | 0.88 | 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 | |
| artur-gajewski/documentor-bundle | 0.88 | — | 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 | |
| techenby/docify | 0.87 | Docify is a simple Markdown documentation viewer for Laravel TALL apps. Install via Artisan to generate a docs folder, optionally publish config and views, and control which environments can access it. Supports an Edit link using DOCIFY_EDITOR (or Debugbar/Ignition) defaults. | 0 | 0 | 0 | 0 | 0 | 16.8 | — | MIT | 2 months ago | |
| code-lts/doctum | 0.86 | 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 | |
| mpociot/laravel-apidoc-generator | 0.86 | 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/phpdocumentor | 0.86 | 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 | |
| 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 | — | |
| phpdocumentor/guides | 0.86 | phpDocumentor Guides is a PHP documentation generator for writing and publishing rich docs in reStructuredText/Markdown. Build structured guides with navigation, code blocks, and theming, and output to HTML or other formats for your project or package. | 2 | 2 | 1 | 6K | 0 | 0.0 | 45.8 | MIT | — | |
| victorjonsson/markdowndocs | 0.86 | 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 | |
| easycorp/easy-doc-bundle | 0.85 | — | 101 | 103 | 6 | 1 | 0 | 3.1 | 0.1 | MIT | 9 years ago | |
| bookdown/bookdown | 0.85 | Bookdown generates DocBook-like HTML documentation from Markdown and JSON (no XML), ideal for publishing project docs to GitHub Pages. Supports themes/templates, syntax highlighting, and includes tests via PHPUnit. | 82 | 84 | 12 | 2K | 3 | 5.8 | 18.6 | MIT | 7 years ago | |
| phpdocumentor/template-zend | 0.85 | Zend Framework styled template for phpDocumentor, providing a clean, familiar layout for generated API documentation. Useful if you want docs that match Zend-era branding; minimal and straightforward, with limited customization and activity. | 3 | 4 | 7 | 197 | 19 | 2.9 | 20.5 | — | — | |
| saggre/phpdocumentor-markdown | 0.85 | 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 | — | |
| t3docs/fluid-documentation-generator | 0.84 | Generates automatic TYPO3 Fluid ViewHelper reference documentation in RST. Configured via JSON files, it builds navigable RST pages plus a JSON index for Fluid namespaces and ViewHelpers, ready to render with TYPO3 render-guides. | 1 | 1 | 2 | 271 | 0 | 17.1 | 33.1 | LGPL-3.0 | 4 months ago |
How can I help you explore Laravel packages today?