We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Implementing Vokuro as Multi Module in Phalcon v4

Hi Pros, I am learning phalcon and upon checking that there is a major change in v4 so wanted to go for it. Upon checking vokuro i learnt that it is a single application.

I wanted to work on a multi module application keeping in mind;

  1. Use Vokuro as a module
  2. Following Vokuro coding standard in multi module application

Any help will be appreciated.

Hello!

Vokuro is simple example of Phalcon Application (single mvc app). Probably there will be separate example repository to show modularity.

Also, you can see example of modularity via composer packages here - https://github.com/phlexus/phlexus