The application uses phpDocumentor to generate Technical/API documentation.
Generate documentation
Just run the following command in the root directory of the project.
$ phpdoc
Read documentation
After generation the documentation is stored in the doc
folder. Just open doc/index.html
with any web browser to read it.