Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.

Technical Documentation

coderkun edited this page Oct 31, 2016 · 1 revision

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.

Clone this wiki locally