Download the PHP package nastradamus39/annotation-md without Composer
On this page you can find all versions of the php package nastradamus39/annotation-md. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nastradamus39/annotation-md
More information about nastradamus39/annotation-md
Files in nastradamus39/annotation-md
Download nastradamus39/annotation-md
More information about nastradamus39/annotation-md
Files in nastradamus39/annotation-md
Vendor nastradamus39
Package annotation-md
Short Description This extension parse phpdoc annotations and generate md document that can be parsed by slate docker
License BSD-3-Clause
Package annotation-md
Short Description This extension parse phpdoc annotations and generate md document that can be parsed by slate docker
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package annotation-md
Возможности
-
Phpdoc — Документация оформляется в виде коментариев phpdoc. Из которых генерируется .md файл.
- Slate docker — Формат сгенерированного .md поддерживается slate
Установка
composer require nastradamus39/annotation-md
Использование
- $controllersPath - Путь к папке, в которой будет происходить поиск контроллеров.
- $buildPath - Путь к папке где будет сохранен постронный .md
Аннотации
Поддерживаемые аннотации:
- ApiController — Описывает контроллер. Раздел в документации.
- ApiContent — Произвольный блок контента. В документации представляет собой раздел.
- ApiError — Блок с описанием ошибок. Добавляется в конце документации.
- ApiAction — Действие контроллера. Подраздел раздела в документации.
- Sample - Пример кода на одном из языков - javascript, php, shell, ruby, python
- Request - Описывает запрос.
- Param - Параметр запроса.
Вкладка json используется примера ответа сервера на запрос.
All versions of annotation-md with dependencies
PHP Build Version
Package Version
Requires
doctrine/annotations Version
*
The package nastradamus39/annotation-md contains the following files
Loading the files please wait ....