PHP APIGEN

What is APIGEN? Its a library which helps us generate documentation. This is alternative or preferred one over PhpDocumentor because PhpDocumentor has stopped its growth and lacks in modernism.
Here when I said documentation, I meant API documentation (Technical)
In short, we have to comment the code with the APIGEN rules and with the single command we can generate documentation for the whole project.
Here is an article which helps you understand more about APIGEN: http://phpmaster.com/generate-documenta ... th-apigen/
Here when I said documentation, I meant API documentation (Technical)
In short, we have to comment the code with the APIGEN rules and with the single command we can generate documentation for the whole project.

Here is an article which helps you understand more about APIGEN: http://phpmaster.com/generate-documenta ... th-apigen/