Template for generating your PHP API documentation in a pretty VuePress format
CardPHPDoc-VuePress is a package that provides a phpDocumentor 2 template to generate API documentation in a visually pleasing VuePress format. It allows users to easily integrate their code documentation into a VuePress project. The package generates six VuePress markdown files with the DocBlock documentation for classes, interfaces, traits, constants, and functions. It is compatible with phpDocumentor 2 and VuePress 1.
To install CardPHPDoc-VuePress, follow these steps:
nelson6e65/phpdoc-vuepress with composer:composer require nelson6e65/phpdoc-vuepress
minimum-stability to 'dev' or 'beta' to install pre-releases.CardPHPDoc-VuePress is a package that simplifies the generation of API documentation in a nice-looking VuePress format. It provides a phpDocumentor 2 template that can be easily integrated into VuePress projects. The package generates six VuePress markdown files with DocBlock documentation for classes, interfaces, traits, constants, and functions. It is compatible with phpDocumentor 2 and VuePress 1, making it a convenient tool for developers looking to document their PHP code in an aesthetically pleasing manner.