uzdevid/yii2-docman

Yii2 Document generation extension

Installs: 130

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:extension

1.0.0 2024-02-07 08:39 UTC

This package is auto-updated.

Last update: 2024-04-07 05:43:28 UTC


README

This extension provides a simple way to generate documentation for your Yii2 project.

Installation

The preferred way to install this extension is through composer.

Either run

composer require uzdevid/yii2-docman

or add

"uzdevid/yii2-docman": "*"

to the require section of your composer.json file.

Usage