Download the PHP package andrii-hrechyn/auto-documentation without Composer
On this page you can find all versions of the php package andrii-hrechyn/auto-documentation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andrii-hrechyn/auto-documentation
More information about andrii-hrechyn/auto-documentation
Files in andrii-hrechyn/auto-documentation
Package auto-documentation
Short Description Auto documentation for laravel
License MIT
Informations about the package auto-documentation
Auto Documentation
Auto Documentation is a library for generating API documentation for Laravel.
What It Does
This package allows you to generate API documentation. Based on OpenAPI 3 and Redoc
Once installed you can do stuff like this:
Installation
You can install the package via Composer:
Then you can run command:
This command create folder in your root folder with some examples of documentation. Also, this command will add autoload to your composer.json
folder contains all files related to documentation. Folder structure:
contains general information about API (info, servers, security, default security and external docs link)
Usage
For generate documentation run command:
This command take info.php file and all paths from folder and generate in
Configuration
...
Testing
...
License
This library is licensed under the MIT License. See the LICENSE file for details.
Credits
- Developer: Andriy Hrechyn
- Email: [email protected]
All versions of auto-documentation with dependencies
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
symfony/process Version ^6.2
symfony/yaml Version ^6.1