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 installcommand - You need to change config file, located in
config/config.php-
The
config/config.phpcontains the following parameters:repo_urlThis parameter is the type of array() and contains the git repositoys that you need to clonedirThis parameter is type of string and contains the folder where the git repositorys are clonedthemeThis parameter is the type of string and contains the theme nametitleThis parameter is the type of string and contains the title of API Documentationbuild_dirThis parameter is the type of string and contains the folder where API Documentation will be generatedcache_dirThis parameter is the type of string and contains the system folder where API Generator use to generate API DocumentationexcludeThis 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/executecommand 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.