I'm new to Zend Framework 2 and I'm trying to build an application for (so far, moderate) "fun" and I need some hints to know how should I structure my application.
I have a existing module that allows me to display some web pages with 2 controllers and a database access.
My application is aimed to use Git's system commands or the GitHub API or the BitBucket API depending on the situation.
I thought of making a interface that "prototype" my methods and make 3 classes that implements it but I don't know if it is possible with the framework, if it is the best way to do it, if I should create a entirely new module to do so, if I should write those methods in diffrerents controllers or if I would be able to call those methods in my current module.
I would really appreciate if you could either answer my questions or provide my a ressource that could help or at least give me some hints.
Thank you