Download the PHP package gobst/buildadoc without Composer
On this page you can find all versions of the php package gobst/buildadoc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gobst/buildadoc
More information about gobst/buildadoc
Files in gobst/buildadoc
Package buildadoc
Short Description BuildADoc is a PHP documentation generator designed specifically for DokuWiki.
License BSD-3-Clause
Informations about the package buildadoc
BuildADoc
About
BuildADoc is a PHP documentation generator designed specifically for DokuWiki. It parses your PHP classes and converts them into DokuWiki-compatible syntax for seamless integration with your documentation workflow.
Key Features:
- Automatic generation of class documentation.
- Easy integration with DokuWiki installations.
- Planned Features:
- Markdown format support.
usedByClasses
feature for enhanced class relationship tracking.trait
support.
Requirements
- PHP 8.3 or higher
- Docker (optional)
Installation
To install BuildADoc directly into your project you can use Composer with the command:
Usage
1. Within your project
To generate class documentation for DokuWiki, use the following command:
The generated directories and files must be placed under your DokuWiki installation at /data/pages. For more options and information run:
2. With Docker
You can also use the gobst/buildadoc Docker image to avoid setting up PHP dependencies directly on your system:
Support
If you encounter any issues or have questions, feel free to open an issue in the GitHub Issue Tracker.
License
Distributed under the BSD 3-Clause license. See LICENSE for more information.
Acknowledgments
All versions of buildadoc with dependencies
symfony/console Version ^v6.4
symfony/filesystem Version ^v6.4
symfony/dependency-injection Version ^6.4
symfony/config Version ^v6.4
symfony/process Version ^7.1
nikic/php-parser Version ^v4.19
illuminate/collections Version ^v11.17
illuminate/pipeline Version ^11.19
laminas/laminas-text Version ^2.11