phpdocumentor/template-abstract
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phpdocumentor/shim | 0.89 | 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 | |
| klitsche/dog | 0.87 | 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 | |
| easycorp/easy-doc-bundle | 0.87 | — | 101 | 103 | 6 | 1 | 0 | 3.1 | 0.1 | MIT | 9 years ago | |
| phpdocumentor/unified-asset-installer | 0.86 | Composer custom installer for phpDocumentor assets. Installs packages of type phpdocumentor-template into /data/template instead of /vendor so templates land where phpDocumentor expects them. Intended for template authors; plugin support is planned. | 4 | 4 | 7 | 253 | 0 | 0.1 | 16.7 | — | — | |
| theseer/phpdox | 0.86 | 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 | |
| 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 | |
| prooph/bookdown-template | 0.86 | Template for authoring and publishing documentation with Bookdown, tailored for prooph projects. Includes a ready-to-use structure, default configuration, and assets to quickly generate consistent, navigable docs for websites or repositories. | 5 | 5 | 0 | 2K | 0 | 1.8 | 33.5 | NOASSERTION | 8 years ago | |
| php-dominicana/laravel-model-export | 0.86 | — | 2 | 2 | 1 | 0 | 0 | 0.9 | — | — | 1 year ago | |
| artur-gajewski/documentor-bundle | 0.86 | — | 7 | 7 | 5 | 2 | 1 | 0.4 | 1.3 | NOASSERTION | — | |
| 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 | |
| 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 | |
| saggre/phpdocumentor-markdown | 0.86 | 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 | — | |
| evert/phpdoc-md | 0.86 | 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. | 169 | 171 | 44 | 816 | 5 | 3.8 | 12.8 | MIT | — | |
| mpociot/documentarian | 0.85 | — | 375 | 378 | 85 | 11K | 11 | 11.2 | 27.0 | NOASSERTION | 6 years ago | |
| ostico/phpdoc-md | 0.85 | 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 | — | |
| cvuorinen/phpdoc-markdown-public | 0.85 | 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 | — | |
| 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.83 | 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 | — | — | |
| christhompsontldr/laravel-docit | 0.83 | 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 | |
| phpdocumentor/guides | 0.82 | 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 | — |
How can I help you explore Laravel packages today?