Package to generate API Documentation
This package is a package to generate API Documentation for Impactwave Projects. This package was inpired in Sami: an API documentation generator
Sami API Generator system requirements:
- PHP >= 5.4
- Sami API Generator utilizes Composer to manage its dependencies.
- Clone this repository.
- Run
composer install
command - You need to change config file, located in
config/config.php
-
The
config/config.php
contains the following parameters:repo_url
This parameter is the type of array() and contains the git repositoys that you need to clonedir
This parameter is type of string and contains the folder where the git repositorys are clonedtheme
This parameter is the type of string and contains the theme nametitle
This parameter is the type of string and contains the title of API Documentationbuild_dir
This parameter is the type of string and contains the folder where API Documentation will be generatedcache_dir
This parameter is the type of string and contains the system folder where API Generator use to generate API Documentationexclude
This parameter is the type of array() and contains the folders and files that should be excluded from the generated documentation
-
- After changed config file, you need to run
bin/execute
command and the Documentation of their projects will be generated!
For more information about this Package, please contact us by [email protected].
The Sami API Generator is open-source software licensed under the MIT license.
Sami API Generator - Copyright © Cláudio Silva, Paulo Elias and Impactwave, Lda.